[SCM] libav/experimental: send output of exec checks to log file

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:48:25 UTC 2013


The following commit has been merged in the experimental branch:
commit ddab0670b9d828fa30f94938441228c8be083d1c
Author: Måns Rullgård <mans at mansr.com>
Date:   Thu Jun 29 23:19:36 2006 +0000

    send output of exec checks to log file
    
    Originally committed as revision 5549 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/configure b/configure
index 918705a..2d8447b 100755
--- a/configure
+++ b/configure
@@ -267,7 +267,7 @@ check_lib(){
 }
 
 check_exec(){
-    check_ld "$@" && { test -n "$cross_prefix" || $TMPE; }
+    check_ld "$@" && { test -n "$cross_prefix" || $TMPE 2>&1 >>$logfile; }
 }
 
 require(){

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list