Commit 0e26553b authored by michael's avatar michael

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


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3303 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 144b1cc2
......@@ -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