Standalone GNU assembly is not used on x86.
---
 configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index 81dfc09..a0d60e9 100755
--- a/configure
+++ b/configure
@@ -3775,7 +3775,7 @@ EOF
     return 0
 }
 
-if enabled asm; then
+if enabled_any arm aarch64 altivec && enabled asm; then
     nogas=:
     enabled_any arm aarch64 && nogas=die
     enabled     altivec     && nogas=warn
-- 
1.8.3.2

_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to