[FFmpeg-cvslog] configure: Identify icc compiler with a less ambiguous pattern
Diego Biurrun
git at videolan.org
Tue Feb 26 12:43:46 CET 2013
ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Mon Feb 25 17:05:22 2013 +0100| [b2d688ea9f9c2d37cdabc1e32b25f2a898e1e245] | committer: Diego Biurrun
configure: Identify icc compiler with a less ambiguous pattern
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b2d688ea9f9c2d37cdabc1e32b25f2a898e1e245
---
configure | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure b/configure
index 52cebb7..df1a01c 100755
--- a/configure
+++ b/configure
@@ -2364,7 +2364,7 @@ probe_cc(){
fi
_cflags_speed='-O3'
_cflags_size='-Os'
- elif $_cc --version 2>/dev/null | grep -q Intel; then
+ elif $_cc --version 2>/dev/null | grep -q ^icc; then
_type=icc
_ident=$($_cc --version | head -n1)
_depflags='-MMD'
More information about the ffmpeg-cvslog
mailing list