summaryrefslogtreecommitdiff
path: root/libavfilter/Makefile
blob: 923f91c696ff51d8c5bed4c6dd78ccfcf34878ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
include ../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 ../common.mak