[FFmpeg-cvslog] r17985 - trunk/configure
cehoyos
subversion
Sun Mar 15 14:22:41 CET 2009
Author: cehoyos
Date: Sun Mar 15 14:22:41 2009
New Revision: 17985
Log:
Force ebp_available for icc.
See discussion:
http://thread.gmane.org/gmane.comp.video.ffmpeg.devel/86209
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Sun Mar 15 13:46:07 2009 (r17984)
+++ trunk/configure Sun Mar 15 14:22:41 2009 (r17985)
@@ -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
More information about the ffmpeg-cvslog
mailing list