You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
551B

  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