Implement avfilter_make_format_list2(), which is going to replace
[ffmpeg-lucabe.git] / libavfilter / Makefile
blobe79eb47da429c6a0d51706f61e0bde04faf994e0
1 include $(SUBDIR)../config.mak
3 NAME = avfilter
4 FFLIBS = avcodec avutil swscale
5 FFLIBS-$(CONFIG_AVFILTER_LAVF) += avformat
7 HEADERS = avfilter.h
9 OBJS = allfilters.o \
10 avfilter.o \
11 defaults.o \
12 formats.o \
14 OBJS-$(CONFIG_NULL_FILTER) += vf_null.o
16 include $(SUBDIR)../subdir.mak