mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-02-04 06:08:26 +02:00
7b018b1d7d
Originally committed as revision 20275 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 lines
518 B
Makefile
17 lines
518 B
Makefile
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
|