Fix doxy comment
[ffmpeg-lucabe.git] / libavfilter / Makefile
blob923f91c696ff51d8c5bed4c6dd78ccfcf34878ed
1 include ../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 ../common.mak