projects
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
65d1bea
)
Help debugging by keeping symbols ans line numbers patch by (Michel Bardiaux <mbardia...
author
Michel Bardiaux
<mbardiaux@peaktime.be>
Fri, 1 Oct 2004 14:38:32 +0000
(14:38 +0000)
committer
Michael Niedermayer
<michaelni@gmx.at>
Fri, 1 Oct 2004 14:38:32 +0000
(14:38 +0000)
Originally committed as revision 3546 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/libpostproc/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/libavcodec/libpostproc/Makefile
b/libavcodec/libpostproc/Makefile
index
0fb9106
..
d7e1b21
100644
(file)
--- 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