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

NAME = avfilter
FFLIBS = avcodec avutil 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