[FFmpeg-cvslog] r25145 - trunk/configure

mru subversion
Sat Sep 18 22:44:29 CEST 2010


Author: mru
Date: Sat Sep 18 22:44:29 2010
New Revision: 25145

Log:
Request 16-byte aligned stack with icc on x86_32

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Sat Sep 18 22:19:18 2010	(r25144)
+++ trunk/configure	Sat Sep 18 22:44:29 2010	(r25145)
@@ -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



More information about the ffmpeg-cvslog mailing list