Browse Source

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
tags/v0.5
Michel Bardiaux Michael Niedermayer 21 years ago
parent
commit
96cc9e5c61
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/libpostproc/Makefile

+ 1
- 1
libavcodec/libpostproc/Makefile View File

@@ -50,7 +50,7 @@ $(PPLIB): $(PPOBJS)
install: all install: all
ifeq ($(SHARED_PP),yes) ifeq ($(SHARED_PP),yes)
install -d $(prefix)/lib 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) ln -sf $(SPPLIB).$(SPPVERSION) $(prefix)/lib/$(SPPLIB)
ldconfig || true ldconfig || true
endif endif


Loading…
Cancel
Save