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.

17 lines
688B

  1. include $(SUBDIR)../config.mak
  2. NAME = avcore
  3. FFLIBS = avutil
  4. HEADERS = avcore.h \
  5. imgutils.h \
  6. parseutils.h \
  7. samplefmt.h \
  8. OBJS = imgutils.o \
  9. parseutils.o \
  10. samplefmt.o \
  11. utils.o \
  12. include $(SUBDIR)../subdir.mak