[MPlayer-dev-eng] [PATCH] Add icc 10.0 to supported compilers
Carl Eugen Hoyos
cehoyos at ag.or.at
Fri Jun 8 10:32:38 CEST 2007
Hi!
Following patch allows to use icc 10.0 without --disable-gcc-check.
I'm posting it here because compilation fails (f.e. because
attribute_used is not supported, so many symbols remain unresolved).
Compilation is also impossible with prior versions, so patch ok, correct?
Carl Eugen
Index: configure
===================================================================
--- configure (Revision 23511)
+++ configure (Arbeitskopie)
@@ -1351,7 +1351,7 @@
cc_version="v. ?.??, bad"
cc_verc_fail=yes
;;
- 8.0|9.1)
+ 8.0|9.1|10.0)
cc_version="$cc_version, ok"
cc_verc_fail=no
;;
More information about the MPlayer-dev-eng
mailing list