[MPlayer-cvslog] r36364 - trunk/configure
cehoyos
subversion at mplayerhq.hu
Wed Jul 17 07:32:21 CEST 2013
Author: cehoyos
Date: Wed Jul 17 07:32:20 2013
New Revision: 36364
Log:
Allow compilation with current icc.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Tue Jul 16 03:33:46 2013 (r36363)
+++ trunk/configure Wed Jul 17 07:32:20 2013 (r36364)
@@ -1601,7 +1601,7 @@ if test "$(basename $_cc)" = "icc" || te
cc_version="v. ?.??, bad"
cc_fail=yes
;;
- 10.1|11.1|12.0)
+ 10.1|11.1|12.*|13.*)
cc_version="$cc_version, ok"
;;
*)
More information about the MPlayer-cvslog
mailing list