Files
ffmpeg/libavfilter/Makefile
T

18 lines
336 B
Makefile
Raw Normal View History

2008-04-07 21:16:31 +00:00
include $(SUBDIR)../config.mak
2008-02-15 19:18:12 +00:00
NAME = avfilter
FFLIBS = avcodec avutil
FFLIBS-$(CONFIG_SWSCALE) += swscale
FFLIBS-$(CONFIG_AVFILTER_LAVF) += avformat
2008-02-15 19:34:43 +00:00
OBJS = allfilters.o \
avfilter.o \
defaults.o \
2008-02-15 19:33:05 +00:00
formats.o \
2008-02-15 19:18:12 +00:00
#OBJS-$(CONFIG_XXX_FILTER) += vf_xxx.o
2008-02-15 19:34:10 +00:00
2008-02-15 19:21:42 +00:00
HEADERS = avfilter.h
2008-02-15 19:18:12 +00:00
2008-04-07 21:16:31 +00:00
include $(SUBDIR)../subdir.mak