[SCM] libav/experimental: configure: Die if gas is unavailable under aarch64 as well as ARM

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 0026e356d044e72b6e743b234708b8b8af457ac0
Author: Diego Biurrun <diego at biurrun.de>
Date:   Wed Aug 6 05:38:43 2014 -0700

    configure: Die if gas is unavailable under aarch64 as well as ARM

diff --git a/configure b/configure
index 26ea230..924fd46 100755
--- a/configure
+++ b/configure
@@ -3778,7 +3778,7 @@ EOF
 }
 
 if enabled asm; then
-    enabled     arm aarch64 && nogas=die
+    enabled_any arm aarch64 && nogas=die
     enabled_all ppc altivec && nogas=warn
 
     if ! check_gas ; then

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list