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