[MPlayer-cvslog] r27272 - trunk/configure

diego subversion at mplayerhq.hu
Sun Jul 13 13:50:48 CEST 2008


Author: diego
Date: Sun Jul 13 13:50:48 2008
New Revision: 27272

Log:
main(void) --> int main(void) in .align test


Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Sun Jul 13 13:50:48 2008
@@ -2410,7 +2410,7 @@ echocheck ".align is a power of two"
 if test "$_asmalign_pot" = auto ; then
 _asmalign_pot=no
 cat > $TMPC << EOF
-main(void) { asm (".align 3"); }
+int main(void) { asm (".align 3"); }
 EOF
 cc_check && _asmalign_pot=yes
 fi



More information about the MPlayer-cvslog mailing list