[SCM] libav/experimental: configure: Suggest upgrading gas-preprocessor instead of just installing

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sat Aug 30 15:49:43 UTC 2014


The following commit has been merged in the experimental branch:
commit ab0742d2f34d70415620441b7ed7da2f03a0c14f
Author: Martin Storsjö <martin at martin.st>
Date:   Sun Aug 10 16:05:41 2014 +0300

    configure: Suggest upgrading gas-preprocessor instead of just installing
    
    Older versions don't support all the features we test for now.
    
    Signed-off-by: Martin Storsjö <martin at martin.st>

diff --git a/configure b/configure
index 684a93c..411af5e 100755
--- a/configure
+++ b/configure
@@ -3799,7 +3799,7 @@ if enabled_any arm aarch64 || enabled_all ppc altivec && enabled asm; then
     if ! check_gas ; then
         as=${gas:=$as}
         check_gas || \
-            $nogas "GNU assembler not found, install gas-preprocessor"
+            $nogas "GNU assembler not found, install/update gas-preprocessor"
     fi
 
     check_as <<EOF && enable as_func

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list