[SCM] libav/experimental: Force ebp_available for icc. See discussion: http://thread.gmane.org/gmane.comp.video.ffmpeg.devel/86209
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 16:41:24 UTC 2013
The following commit has been merged in the experimental branch:
commit be2cf98a759e43a45fd63cb14860143b143a5829
Author: Carl Eugen Hoyos <cehoyos at rainbow.studorg.tuwien.ac.at>
Date: Sun Mar 15 13:22:41 2009 +0000
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
diff --git a/configure b/configure
index 847fd03..3765da4 100755
--- a/configure
+++ b/configure
@@ -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
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list