summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichel Bardiaux <mbardiaux@peaktime.be>2004-10-01 13:32:13 +0000
committerMichael Niedermayer <michaelni@gmx.at>2004-10-01 13:32:13 +0000
commit65d1bea201823178fced4ed1429485eca527e733 (patch)
treebaa27b5083229113847f541e22d18b4676d44ada /Makefile
parent71c32f19b346f565c23d282f327e84a6af39edc7 (diff)
Help debugging by keeping symbols ans line numbers patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)
Originally committed as revision 3545 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d0ae79099d..7ec6a3cef7 100644
--- a/Makefile
+++ b/Makefile
@@ -130,7 +130,7 @@ install: all install-man $(INSTALLVHOOK)
$(MAKE) -C libavcodec install
$(MAKE) -C libavformat install
install -d "$(bindir)"
- install -c -s -m 755 $(PROG) "$(bindir)"
+ install -c $(INSTALLSTRIP) -m 755 $(PROG) "$(bindir)"
# create the window installer
wininstaller: all install