]> git.sesse.net Git - ffmpeg/commitdiff
buglet in libpostproc Makefile patch by (Brendan Kehoe <brendan at zen dot org>)
authorBrendan Kehoe <brendan@zen.org>
Sat, 10 Jul 2004 16:24:11 +0000 (16:24 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Sat, 10 Jul 2004 16:24:11 +0000 (16:24 +0000)
Originally committed as revision 3303 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/libpostproc/Makefile

index 3733f3a63d2aa54544c5531e0d0c1b4b18efb5d5..0fb9106073049be59042e234129099fa8aebf415 100644 (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
 
 
 #