ffmpeg/libavfilter/Makefile

18 lines
336 B
Makefile
Raw Normal View History

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