diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2014-05-12 14:51:21 +0200 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2014-05-12 18:16:48 +0200 |
commit | a01fedd9b87f05de45b7e49a62bec4bcbd0116d9 (patch) | |
tree | 62e419625c57ba3a9cf5732e9449d83602b96d30 /configure | |
parent | 87f2d8079ac6b78422d5ac3e25fa577909aba1d6 (diff) | |
download | ffmpeg-a01fedd9b87f05de45b7e49a62bec4bcbd0116d9.tar.gz |
Fix compilation with --enable-lto --enable-shared with icc.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 && |