Make function comment a bit more linguistically correct.
[ffmpeg-lucabe.git] / libavfilter / Makefile
blob1cd4992442eec9947cb39712d5280cdce79b3835
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