[SCM] libav/experimental: set $logfile before use

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:20:44 UTC 2013


The following commit has been merged in the experimental branch:
commit bcea99bb44c71402a88e052ffe726f402d4b2f79
Author: Måns Rullgård <mans at mansr.com>
Date:   Thu May 15 23:34:43 2008 +0000

    set $logfile before use
    
    Originally committed as revision 13178 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/configure b/configure
index 1e59c23..36569d1 100755
--- a/configure
+++ b/configure
@@ -1060,6 +1060,11 @@ for opt do
     esac
 done
 
+disabled logging && logfile=/dev/null
+
+echo "# $0 $@" > $logfile
+set >> $logfile
+
 cc="${cross_prefix}${cc}"
 ar="${cross_prefix}${ar}"
 nm="${cross_prefix}${nm}"
@@ -1307,11 +1312,6 @@ esac
 
 add_extralibs $osextralibs
 
-disabled logging && logfile=/dev/null
-
-echo "# $0 $@" > $logfile
-set >> $logfile
-
 # Combine FFLDFLAGS and the LDFLAGS environment variable.
 LDFLAGS="$FFLDFLAGS $LDFLAGS"
 

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list