ffmpeg/libavfilter/Makefile
Michael Niedermayer 6d4f53cbac Remove old scaler.
Originally committed as revision 17786 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-03 22:51:30 +00:00

17 lines
517 B
Makefile

include $(SUBDIR)../config.mak
NAME = avfilter
FFLIBS = avcodec avutil 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