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.

21 lines
391B

  1. include ../config.mak
  2. # Overload incdir, postproc include files go in a different directory.
  3. INCDIR=$(prefix)/include/postproc
  4. EXTRALIBS := -L$(BUILD_ROOT)/libavutil -lavutil$(BUILDSUF) $(EXTRALIBS)
  5. NAME=postproc
  6. LIBVERSION=$(SPPVERSION)
  7. LIBMAJOR=$(SPPMAJOR)
  8. HEADERS = postprocess.h
  9. OBJS = postprocess.o
  10. include ../common.mak
  11. uninstall-headers::
  12. -rmdir "$(prefix)/include/postproc"