[SCM] libav/experimental: configure: Only run gas checks on ARM and PowerPC

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Aug 10 16:04:15 UTC 2014


The following commit has been merged in the experimental branch:
commit 444c73583d2848a542330c03949e1f933ac68f53
Author: Diego Biurrun <diego at biurrun.de>
Date:   Wed Aug 6 05:55:33 2014 -0700

    configure: Only run gas checks on ARM and PowerPC
    
    Standalone GNU assembly is not used on x86.

diff --git a/configure b/configure
index 924fd46..c128b29 100755
--- a/configure
+++ b/configure
@@ -3777,7 +3777,7 @@ EOF
     return 0
 }
 
-if enabled asm; then
+if enabled_any arm aarch64 || enabled_all ppc altivec && enabled asm; then
     enabled_any arm aarch64 && nogas=die
     enabled_all ppc altivec && nogas=warn
 

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list