mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
10 lines
228 B
Makefile
10 lines
228 B
Makefile
|
include $(SUBDIR)../config.mak
|
||
|
|
||
|
NAME = avcore
|
||
|
|
||
|
HEADERS = avcore.h \
|
||
|
|
||
|
OBJS = utils.o \
|
||
|
|
||
|
include $(SUBDIR)../subdir.mak
|