simplify by combining increment with array access
[FFMpeg-mirror/lagarith.git] / libavfilter / Makefile
blobccf7909c0b32da91d1959c70e7f829e88555558e
1 include $(SUBDIR)../config.mak
3 NAME = avfilter
4 FFLIBS = avcodec avutil swscale
5 FFLIBS-$(CONFIG_AVFILTER_LAVF) += avformat
7 HEADERS = avfilter.h
9 OBJS = allfilters.o \
10 avfilter.o \
11 defaults.o \
12 formats.o \
14 #OBJS-$(CONFIG_XXX_FILTER) += vf_xxx.o
16 include $(SUBDIR)../subdir.mak