You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
Request 16-byte aligned stack with icc on x86_32
Originally committed as revision 25145 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
1
configure
vendored
1
configure
vendored
@@ -2898,6 +2898,7 @@ if enabled icc; then
|
|||||||
check_ldflags -march=$cpu
|
check_ldflags -march=$cpu
|
||||||
# icc 11.0 and 11.1 work with ebp_available, but don't pass the test
|
# icc 11.0 and 11.1 work with ebp_available, but don't pass the test
|
||||||
enable ebp_available
|
enable ebp_available
|
||||||
|
enabled x86_32 && check_cflags -falign-stack=maintain-16-byte
|
||||||
elif enabled ccc; then
|
elif enabled ccc; then
|
||||||
# disable some annoying warnings
|
# disable some annoying warnings
|
||||||
add_cflags -msg_disable cvtu32to64
|
add_cflags -msg_disable cvtu32to64
|
||||||
|
Reference in New Issue
Block a user