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.

15 lines
540B

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