1234567891011121314151617 |
- include $(SUBDIR)../config.mak
- NAME = avfilter
- FFLIBS = avcodec avutil
- FFLIBS-$(CONFIG_SWSCALE) += swscale
- FFLIBS-$(CONFIG_AVFILTER_LAVF) += avformat
- OBJS = allfilters.o \
- avfilter.o \
- defaults.o \
- formats.o \
- #OBJS-$(CONFIG_XXX_FILTER) += vf_xxx.o
- HEADERS = avfilter.h
- include $(SUBDIR)../subdir.mak
|