diff options
author | Måns Rullgård <mans@mansr.com> | 2010-09-18 20:44:29 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2010-09-18 20:44:29 +0000 |
commit | 217d3d8fe928ed9818c11e0507db0061f9faae3f (patch) | |
tree | 0231c020723da477a0ac7bea992169cc25873ce8 | |
parent | ff19d16b916b309ae9f3b59de032d559d6b294f6 (diff) | |
download | ffmpeg-217d3d8fe928ed9818c11e0507db0061f9faae3f.tar.gz |
Request 16-byte aligned stack with icc on x86_32
Originally committed as revision 25145 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |