mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-13 02:34:54 +00:00
54d1d1ba17
Originally committed as revision 24532 to svn://svn.ffmpeg.org/ffmpeg/trunk
13 lines
392 B
Makefile
13 lines
392 B
Makefile
include $(SUBDIR)../config.mak
|
|
|
|
NAME = avcore
|
|
FFLIBS = avutil
|
|
|
|
HEADERS = avcore.h \
|
|
parseutils.h \
|
|
|
|
OBJS = parseutils.o \
|
|
utils.o \
|
|
|
|
include $(SUBDIR)../subdir.mak
|