From 06983da7ee361bb3964d95284f69429b6c368544 Mon Sep 17 00:00:00 2001 From: Brendan Kehoe Date: Sat, 10 Jul 2004 16:24:11 +0000 Subject: [PATCH] buglet in libpostproc Makefile patch by (Brendan Kehoe ) Originally committed as revision 3303 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/libpostproc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 #