Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Makefile « libavfilter - github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1cd4992442eec9947cb39712d5280cdce79b3835 (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