mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
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
This commit is contained in:
parent
65d1bea201
commit
96cc9e5c61
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user