wok-6.x view ffmpeg/stuff/ffmpeg-0.5.1-gcc45.u @ rev 11809

Up: libvorbis (1.3.3) - Security fix(possibly execute arbitrary code via a crafted Ogg Vorbis file)
author Christophe Lincoln <pankso@slitaz.org>
date Sat Feb 25 16:58:51 2012 +0100 (2012-02-25)
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(){