mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
176a6157c0
Originally committed as revision 25787 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 lines
857 B
Makefile
21 lines
857 B
Makefile
include $(SUBDIR)../config.mak
|
|
|
|
NAME = avcore
|
|
FFLIBS = avutil
|
|
|
|
HEADERS = \
|
|
audioconvert.h \
|
|
avcore.h \
|
|
imgutils.h \
|
|
parseutils.h \
|
|
samplefmt.h \
|
|
|
|
OBJS = \
|
|
audioconvert.o \
|
|
imgutils.o \
|
|
parseutils.o \
|
|
samplefmt.o \
|
|
utils.o \
|
|
|
|
include $(SUBDIR)../subdir.mak
|