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

Fix libwebkit gtk+ twice in dep, thanks Ceel
author Stanislas Leduc <shann@slitaz.org>
date Fri Feb 02 17:58:11 2024 +0000 (4 months ago)
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(){