From 217d3d8fe928ed9818c11e0507db0061f9faae3f Mon Sep 17 00:00:00 2001 From: =?utf8?q?M=C3=A5ns=20Rullg=C3=A5rd?= Date: Sat, 18 Sep 2010 20:44:29 +0000 Subject: [PATCH] Request 16-byte aligned stack with icc on x86_32 Originally committed as revision 25145 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index 025b990..7ba7dae 100755 --- a/configure +++ b/configure @@ -2898,6 +2898,7 @@ if enabled icc; then check_ldflags -march=$cpu # icc 11.0 and 11.1 work with ebp_available, but don't pass the test enable ebp_available + enabled x86_32 && check_cflags -falign-stack=maintain-16-byte elif enabled ccc; then # disable some annoying warnings add_cflags -msg_disable cvtu32to64 -- 2.7.4