wok diff ffmpeg/stuff/ffmpeg-0.5.1-gcc45.u @ rev 25670

Up mediawiki (1.41.0), memcached (1.6.23), metasploit (6.3.56), modsecurity-apache (2.9.7), mutt (2.2.12), ncurses (6.4), nginx (1.25.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 25 17:20:49 2024 +0000 (4 months ago)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/ffmpeg/stuff/ffmpeg-0.5.1-gcc45.u	Sun Feb 25 17:20:49 2024 +0000
     1.3 @@ -0,0 +1,11 @@
     1.4 +--- ffmpeg-0.5.1-ori/configure
     1.5 ++++ ffmpeg-0.5.1/configure
     1.6 +@@ -514,7 +514,7 @@
     1.7 + 
     1.8 + check_cmd(){
     1.9 +     log "$@"
    1.10 +-    "$@" >> $logfile 2>&1
    1.11 ++    $@ >> $logfile 2>&1
    1.12 + }
    1.13 + 
    1.14 + check_cc(){