You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-11-06 08:29:25 +02:00
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
This commit is contained in:
committed by
Michael Niedermayer
parent
71c32f19b3
commit
65d1bea201
2
Makefile
2
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
|
||||
|
||||
Reference in New Issue
Block a user