]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/blob - libavfilter/Makefile
9da8f910bc6f470e47da3e312f945f0ad5aa48eb
[frescor/ffmpeg.git] / libavfilter / Makefile
1 include $(SUBDIR)../config.mak
2
3 NAME = avfilter
4 FFLIBS = avcodec avutil
5 FFLIBS-$(CONFIG_SWSCALE)       += swscale
6 FFLIBS-$(CONFIG_AVFILTER_LAVF) += avformat
7
8 HEADERS = avfilter.h
9
10 OBJS = allfilters.o                                                     \
11        avfilter.o                                                       \
12        defaults.o                                                       \
13        formats.o                                                        \
14
15 #OBJS-$(CONFIG_XXX_FILTER)    += vf_xxx.o
16
17 include $(SUBDIR)../subdir.mak