mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 12:09:55 +00:00
f0e602351e
Originally committed as revision 15896 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 lines
551 B
Makefile
18 lines
551 B
Makefile
include $(SUBDIR)../config.mak
|
|
|
|
NAME = avfilter
|
|
FFLIBS = avcodec avutil
|
|
FFLIBS-$(CONFIG_SWSCALE) += swscale
|
|
FFLIBS-$(CONFIG_AVFILTER_LAVF) += avformat
|
|
|
|
HEADERS = avfilter.h
|
|
|
|
OBJS = allfilters.o \
|
|
avfilter.o \
|
|
defaults.o \
|
|
formats.o \
|
|
|
|
#OBJS-$(CONFIG_XXX_FILTER) += vf_xxx.o
|
|
|
|
include $(SUBDIR)../subdir.mak
|