diff options
author | Carl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at> | 2009-03-15 13:22:41 +0000 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at> | 2009-03-15 13:22:41 +0000 |
commit | be2cf98a759e43a45fd63cb14860143b143a5829 (patch) | |
tree | 65c65d3ea7fa10f263048766eefbb4d53e13fc1b /configure | |
parent | 60a847b5db07ac419a7bc360bd3acf3e8ede1b48 (diff) | |
download | ffmpeg-be2cf98a759e43a45fd63cb14860143b143a5829.tar.gz |
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
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2181,6 +2181,8 @@ if enabled icc; then check_ldflags -wd10156,11030 # Allow to compile with optimizations 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 # disable some annoying warnings add_cflags -msg_disable cvtu32to64 |