]> git.sesse.net Git - ffmpeg/blob - libavfilter/Makefile
Support 48-bit RGB PPM image.
[ffmpeg] / 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