From 96cc9e5c6118e3e4c53093e934b2e597348cb435 Mon Sep 17 00:00:00 2001 From: Michel Bardiaux Date: Fri, 1 Oct 2004 14:38:32 +0000 Subject: [PATCH] Help debugging by keeping symbols ans line numbers patch by (Michel Bardiaux ) Originally committed as revision 3546 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 0fb9106073..d7e1b21d2f 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 -- 2.11.0