On 64 bit, the stack seems to be aligned enough for our needs.
---
 configure |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index fec7b25..4d807db 100755
--- a/configure
+++ b/configure
@@ -2330,7 +2330,7 @@ probe_cc(){
         if [ $pfx = hostcc ]; then
             append _cflags -Dsnprintf=_snprintf
         fi
-        disable aligned_stack
+        enabled x86_32 && disable aligned_stack
     fi
 
     eval ${pfx}_type=\$_type
-- 
1.7.9.4

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

Reply via email to