[MPlayer-cvslog] r19528 - trunk/configure

diego subversion at mplayerhq.hu
Fri Aug 25 00:39:26 CEST 2006


Author: diego
Date: Fri Aug 25 00:39:26 2006
New Revision: 19528

Modified:
   trunk/configure

Log:
Fix .align is a power of two check.
hint by Philippe, phildev at mac com


Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Fri Aug 25 00:39:26 2006
@@ -2235,7 +2235,7 @@
 if test "$_asmalign_pot" = auto ; then
 _asmalign_pot=no
 cat > $TMPC << EOF
-asm (".align 3");
+main() { asm (".align 3"); }
 EOF
 cc_check && _asmalign_pot=yes
 fi



More information about the MPlayer-cvslog mailing list