[MPlayer-cvslog] r27944 - trunk/configure

cehoyos subversion at mplayerhq.hu
Mon Nov 17 11:16:29 CET 2008


Author: cehoyos
Date: Mon Nov 17 11:16:28 2008
New Revision: 27944

Log:
Allow compilation with icc 10.1.

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Mon Nov 17 11:16:28 2008
@@ -7816,6 +7816,8 @@ if test "$cc_vendor" = "gnu" ; then
   cc_check -Wdeclaration-after-statement && CFLAGS="-Wdeclaration-after-statement $CFLAGS"
   cc_check -Wno-pointer-sign && CFLAGS="-Wno-pointer-sign $CFLAGS"
   cc_check -Wdisabled-optimization && CFLAGS="-Wdisabled-optimization $CFLAGS"
+else
+  CFLAGS="-D_ISOC99_SOURCE -D_BSD_SOURCE $CFLAGS"
 fi
 
 cc_check -mno-omit-leaf-frame-pointer && cflags_no_omit_leaf_frame_pointer="-mno-omit-leaf-frame-pointer"



More information about the MPlayer-cvslog mailing list