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

updated python-httplib2 (0.8 -> 0.17.1)
author Hans-Günter Theisgen
date Mon Apr 06 06:45:46 2020 +0100 (2020-04-06)
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(){