[MPlayer-cvslog] r34034 - trunk/configure

cehoyos subversion at mplayerhq.hu
Thu Sep 1 19:16:49 CEST 2011


Author: cehoyos
Date: Thu Sep  1 19:16:49 2011
New Revision: 34034

Log:
Intel C Compiler 12.0 is supported, 11.0 is not.

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Thu Sep  1 19:08:58 2011	(r34033)
+++ trunk/configure	Thu Sep  1 19:16:49 2011	(r34034)
@@ -1612,7 +1612,7 @@ if test "$(basename $_cc)" = "icc" || te
       cc_version="v. ?.??, bad"
       cc_fail=yes
       ;;
-    10.1|11.0|11.1)
+    10.1|11.1|12.0)
       cc_version="$cc_version, ok"
       ;;
     *)


More information about the MPlayer-cvslog mailing list