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

updated nagios and nagios-dev (4.4.3 -> 4.4.5)
author Hans-G?nter Theisgen
date Sat Mar 21 13:53:08 2020 +0100 (2020-03-21)
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(){