[FFmpeg-cvslog] Fix compilation with --enable-lto --enable-shared with icc.
Carl Eugen Hoyos
git at videolan.org
Mon May 12 18:42:06 CEST 2014
ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Mon May 12 14:51:21 2014 +0200| [a01fedd9b87f05de45b7e49a62bec4bcbd0116d9] | committer: Carl Eugen Hoyos
Fix compilation with --enable-lto --enable-shared with icc.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a01fedd9b87f05de45b7e49a62bec4bcbd0116d9
---
configure | 2 ++
1 file changed, 2 insertions(+)
diff --git a/configure b/configure
index 415b4ad..b2a764e 100755
--- a/configure
+++ b/configure
@@ -4957,6 +4957,8 @@ if enabled icc; then
check_ldflags -wd10156,11030
# icc 11.0 and 11.1 work with ebp_available, but don't pass the test
enable ebp_available
+ # The test above does not test linking
+ enabled lto && disable symver_asm_label
if enabled x86_32; then
icc_version=$($cc -dumpversion)
test ${icc_version%%.*} -ge 11 &&
More information about the ffmpeg-cvslog
mailing list