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

libtaz: Use VERSION.tar.bz2 in WGET_URL instead of 1.0.4.tar.bz2.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Mar 10 22:07:50 2011 +0000 (2011-03-10)
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(){