[FFmpeg-cvslog] r13119 - trunk/configure
cehoyos
subversion
Sun May 11 19:46:56 CEST 2008
Author: cehoyos
Date: Sun May 11 19:46:55 2008
New Revision: 13119
Log:
Allow icc to compile with optimizations (pentium3, pentium4 or core2).
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Sun May 11 19:46:55 2008
@@ -1827,6 +1827,8 @@ if $cc --version | grep -q Intel; 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
fi
# PIC flags for shared library objects where they are needed
More information about the ffmpeg-cvslog
mailing list