summaryrefslogtreecommitdiff
path: root/libavfilter/Makefile
blob: f411d3152884e5955ddd4b31ef44c4c9921594f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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_CROP_FILTER)    += vf_crop.o
OBJS-$(CONFIG_NULL_FILTER)    += vf_null.o
OBJS-$(CONFIG_VFLIP_FILTER)   += vf_vflip.o

include $(SUBDIR)../subdir.mak