wok-stable view ffmpeg/stuff/ffmpeg-0.5.1-gcc45.u @ rev 5902

ffmpeg: fic gcc45 build
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Mon Jul 26 00:07:37 2010 +0200 (2010-07-26)
parents
children
line source
1 --- ffmpeg-0.5.1-ori/configure
2 +++ ffmpeg-0.5.1/configure
3 @@ -514,7 +514,7 @@
5 check_cmd(){
6 log "$@"
7 - "$@" >> $logfile 2>&1
8 + $@ >> $logfile 2>&1
9 }
11 check_cc(){