mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-07-05 11:03:21 +00:00
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
|