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
This commit is contained in:
Brendan Kehoe 2004-07-10 16:24:11 +00:00 committed by Michael Niedermayer
parent 5b79a73ed8
commit 06983da7ee
1 changed files with 1 additions and 1 deletions

View File

@ -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
#