changeset 2283:e968ff495d3a libavcodec

Help debugging by keeping symbols ans line numbers patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)
author michael
date Fri, 01 Oct 2004 14:38:32 +0000
parents e8d3609e89a5
children 6d26e105f68f
files libpostproc/Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libpostproc/Makefile	Fri Oct 01 13:32:13 2004 +0000
+++ b/libpostproc/Makefile	Fri Oct 01 14:38:32 2004 +0000
@@ -50,7 +50,7 @@
 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