[FFmpeg-cvslog] configure: icc: Drop nonsense adding of cpuflags to LDFLAGS

Diego Biurrun git at videolan.org
Tue Feb 26 13:19:08 CET 2013


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Mon Feb 25 21:03:47 2013 +0100| [3a02b6884cda9739100d974cae0d75276b2b44ed] | committer: Diego Biurrun

configure: icc: Drop nonsense adding of cpuflags to LDFLAGS

This fixes many icc warnings when not setting the CPU type.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3a02b6884cda9739100d974cae0d75276b2b44ed
---

 configure |    2 --
 1 file changed, 2 deletions(-)

diff --git a/configure b/configure
index df1a01c..1aae93b 100755
--- a/configure
+++ b/configure
@@ -3716,8 +3716,6 @@ if enabled icc; then
     # 11030: Warning unknown option --as-needed
     # 10156: ignoring option '-export'; no argument required
     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
     if enabled x86_32; then



More information about the ffmpeg-cvslog mailing list