Commit e2cd42d1 authored by cehoyos's avatar cehoyos

Force ebp_available for icc.

See discussion:
http://thread.gmane.org/gmane.comp.video.ffmpeg.devel/86209


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@17985 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 0b319c58
...@@ -2181,6 +2181,8 @@ if enabled icc; then ...@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment