mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
Force ebp_available for icc.
See discussion: http://thread.gmane.org/gmane.comp.video.ffmpeg.devel/86209 Originally committed as revision 17985 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
60a847b5db
commit
be2cf98a75
2
configure
vendored
2
configure
vendored
@ -2181,6 +2181,8 @@ if enabled icc; then
|
|||||||
check_ldflags -wd10156,11030
|
check_ldflags -wd10156,11030
|
||||||
# Allow to compile with optimizations
|
# Allow to compile with optimizations
|
||||||
check_ldflags -march=$cpu
|
check_ldflags -march=$cpu
|
||||||
|
# icc 11.0 and 11.1 work with ebp_available, but don't pass the test
|
||||||
|
enable ebp_available
|
||||||
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
|
||||||
|
Loading…
Reference in New Issue
Block a user