blob: e79eb47da429c6a0d51706f61e0bde04faf994e0 (
plain) (
blame)
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_NULL_FILTER) += vf_null.o
include $(SUBDIR)../subdir.mak
|