diff options
author | Michel Bardiaux <mbardiaux@peaktime.be> | 2004-10-01 14:38:32 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2004-10-01 14:38:32 +0000 |
commit | 96cc9e5c6118e3e4c53093e934b2e597348cb435 (patch) | |
tree | e557da3425b671e8365044bd0965c35ca9410a36 | |
parent | 65d1bea201823178fced4ed1429485eca527e733 (diff) | |
download | ffmpeg-96cc9e5c6118e3e4c53093e934b2e597348cb435.tar.gz |
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
-rw-r--r-- | libavcodec/libpostproc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |