Cosmetics: rename variable
[ffmpeg-lucabe.git] / libavfilter / Makefile
blob2357aeea448967d4ec915da157ed91574484d025
1 include $(SUBDIR)../config.mak
3 NAME = avfilter
4 FFLIBS = avcodec avutil
5 FFLIBS-$(CONFIG_SWSCALE) += swscale
6 FFLIBS-$(CONFIG_AVFILTER_LAVF) += avformat
8 OBJS = allfilters.o \
9 avfilter.o \
10 defaults.o \
11 formats.o \
13 #OBJS-$(CONFIG_XXX_FILTER) += vf_xxx.o
15 HEADERS = avfilter.h
17 include $(SUBDIR)../subdir.mak