ffmpeg / libavfilter / Makefile @ ede72510
History | View | Annotate | Download (551 Bytes)
1 |
include $(SUBDIR)../config.mak |
---|---|
2 |
|
3 |
NAME = avfilter |
4 |
FFLIBS = avcodec avutil |
5 |
FFLIBS-$(CONFIG_SWSCALE) += swscale |
6 |
FFLIBS-$(CONFIG_AVFILTER_LAVF) += avformat |
7 |
|
8 |
OBJS = allfilters.o \ |
9 |
avfilter.o \ |
10 |
defaults.o \ |
11 |
formats.o \ |
12 |
|
13 |
#OBJS-$(CONFIG_XXX_FILTER) += vf_xxx.o |
14 |
|
15 |
HEADERS = avfilter.h |
16 |
|
17 |
include $(SUBDIR)../subdir.mak |