Makefile 517 B

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