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

Fix: xalan-xerces-j needs real tar to unpack
author Antoine Bodin <gokhlayeh@slitaz.org>
date Sun Feb 13 03:20:36 2011 +0100 (2011-02-13)
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(){