summaryrefslogtreecommitdiff
path: root/libavfilter/Makefile
blob: 9da8f910bc6f470e47da3e312f945f0ad5aa48eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
include $(SUBDIR)../config.mak

NAME = avfilter
FFLIBS = avcodec avutil
FFLIBS-$(CONFIG_SWSCALE)       += 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