Commit 9b3e25ef authored by michael's avatar michael

Help debugging by keeping symbols ans line numbers patch by (Michel Bardiaux...

Help debugging by keeping symbols ans line numbers patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3546 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent ffd05f8e
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment