[SCM] libav/experimental: Help debugging by keeping symbols ans line numbers patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:41:45 UTC 2013


The following commit has been merged in the experimental branch:
commit 96cc9e5c6118e3e4c53093e934b2e597348cb435
Author: Michel Bardiaux <mbardiaux at peaktime.be>
Date:   Fri Oct 1 14:38:32 2004 +0000

    Help debugging by keeping symbols ans line numbers patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)
    
    Originally committed as revision 3546 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/libpostproc/Makefile b/libavcodec/libpostproc/Makefile
index 0fb9106..d7e1b21 100644
--- a/libavcodec/libpostproc/Makefile
+++ b/libavcodec/libpostproc/Makefile
@@ -50,7 +50,7 @@ $(PPLIB): $(PPOBJS)
 install: all
 ifeq ($(SHARED_PP),yes)
 	install -d $(prefix)/lib
-	install -s -m 755 $(SPPLIB) $(prefix)/lib/$(SPPLIB).$(SPPVERSION)
+	install $(INSTALLSTRIP) -m 755 $(SPPLIB) $(prefix)/lib/$(SPPLIB).$(SPPVERSION)
 	ln -sf $(SPPLIB).$(SPPVERSION) $(prefix)/lib/$(SPPLIB)
 	ldconfig || true
 endif

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list