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

Added: gucharmap (GNOME Character Map), gucharmap-i18n (lang files); itstool (dependence for gucharmap); ubuntu-font-family
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Oct 23 11:11:41 2012 +0200 (2012-10-23)
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(){