Makefile 336 B

1234567891011121314151617
  1. include $(SUBDIR)../config.mak
  2. NAME = avfilter
  3. FFLIBS = avcodec avutil
  4. FFLIBS-$(CONFIG_SWSCALE) += swscale
  5. FFLIBS-$(CONFIG_AVFILTER_LAVF) += avformat
  6. OBJS = allfilters.o \
  7. avfilter.o \
  8. defaults.o \
  9. formats.o \
  10. #OBJS-$(CONFIG_XXX_FILTER) += vf_xxx.o
  11. HEADERS = avfilter.h
  12. include $(SUBDIR)../subdir.mak