Don't install rtsp.h. It is intended to be private, it depends on rtp code
[ffmpeg-lucabe.git] / libavfilter / Makefile
blob9da8f910bc6f470e47da3e312f945f0ad5aa48eb
1 include $(SUBDIR)../config.mak
3 NAME = avfilter
4 FFLIBS = avcodec avutil
5 FFLIBS-$(CONFIG_SWSCALE) += swscale
6 FFLIBS-$(CONFIG_AVFILTER_LAVF) += avformat
8 HEADERS = avfilter.h
10 OBJS = allfilters.o \
11 avfilter.o \
12 defaults.o \
13 formats.o \
15 #OBJS-$(CONFIG_XXX_FILTER) += vf_xxx.o
17 include $(SUBDIR)../subdir.mak