summaryrefslogtreecommitdiff
path: root/libavfilter/Makefile
blob: 2357aeea448967d4ec915da157ed91574484d025 (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

OBJS = allfilters.o \
       avfilter.o \
       defaults.o \
       formats.o \

#OBJS-$(CONFIG_XXX_FILTER)    += vf_xxx.o

HEADERS = avfilter.h

include $(SUBDIR)../subdir.mak