buglet in libpostproc Makefile patch by (Brendan Kehoe <brendan at zen dot org>)

Originally committed as revision 3303 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Brendan Kehoe 21 years ago committed by Michael Niedermayer
parent 5b79a73ed8
commit 06983da7ee
  1. 2
      libavcodec/libpostproc/Makefile

@ -53,9 +53,9 @@ ifeq ($(SHARED_PP),yes)
install -s -m 755 $(SPPLIB) $(prefix)/lib/$(SPPLIB).$(SPPVERSION)
ln -sf $(SPPLIB).$(SPPVERSION) $(prefix)/lib/$(SPPLIB)
ldconfig || true
endif
mkdir -p $(prefix)/include/postproc
install -m 644 postprocess.h $(prefix)/include/postproc/postprocess.h
endif
#

Loading…
Cancel
Save