mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-13 21:28:01 +02:00
0e32c8c65a
Originally committed as revision 12362 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 lines
318 B
Makefile
20 lines
318 B
Makefile
include ../config.mak
|
|
|
|
OBJS = allfilters.o \
|
|
avfilter.o \
|
|
defaults.o \
|
|
formats.o \
|
|
|
|
#OBJS-$(CONFIG_XXX_FILTER) += vf_xxx.o
|
|
|
|
HEADERS = avfilter.h
|
|
|
|
FFLIBS = avcodec avutil
|
|
|
|
FFLIBS-$(CONFIG_SWSCALER) += swscale
|
|
FFLIBS-$(CONFIG_AVFILTER_LAVF) += avformat
|
|
|
|
NAME=avfilter
|
|
|
|
include ../common.mak
|