summaryrefslogtreecommitdiff
path: root/libavcodec/libpostproc
diff options
context:
space:
mode:
authorBrendan Kehoe <brendan@zen.org>2004-07-10 16:24:11 +0000
committerMichael Niedermayer <michaelni@gmx.at>2004-07-10 16:24:11 +0000
commit06983da7ee361bb3964d95284f69429b6c368544 (patch)
treeef1f0d0f970eb96fc5823849a3e4a8dce30d267c /libavcodec/libpostproc
parent5b79a73ed8fbce09fc7afa1171dd4a71d23f4b98 (diff)
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
Diffstat (limited to 'libavcodec/libpostproc')
-rw-r--r--libavcodec/libpostproc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/libpostproc/Makefile b/libavcodec/libpostproc/Makefile
index 3733f3a63d..0fb9106073 100644
--- a/libavcodec/libpostproc/Makefile
+++ b/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
#