Makefile 551 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. HEADERS = avfilter.h
  7. OBJS = allfilters.o \
  8. avfilter.o \
  9. defaults.o \
  10. formats.o \
  11. #OBJS-$(CONFIG_XXX_FILTER) += vf_xxx.o
  12. include $(SUBDIR)../subdir.mak