Commit 06983da7 authored by Brendan Kehoe's avatar Brendan Kehoe Committed by Michael Niedermayer

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
parent 5b79a73e
......@@ -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
#
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment