---
 configure | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure b/configure
index c8c57b9..45da142 100755
--- a/configure
+++ b/configure
@@ -3779,8 +3779,8 @@ EOF
 }
 
 if enabled asm; then
-    enabled     arm aarch64 && nogas=die
-    enabled_all ppc altivec && nogas=warn
+    enabled_any arm aarch64 && nogas=die
+    enabled     altivec     && nogas=warn
 
     if ! check_gas ; then
         as=${gas:=$as}
-- 
1.8.3.2

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

Reply via email to