Makefile 229 B

1234567891011
  1. NAME = postproc
  2. DESC = FFmpeg postprocessing library
  3. FFLIBS = avutil
  4. HEADERS = postprocess.h \
  5. version.h \
  6. OBJS = postprocess.o
  7. # Windows resource file
  8. SLIBOBJS-$(HAVE_GNU_WINDRES) += postprocres.o