[MPlayer-cvslog] r27763 - trunk/configure

diego subversion at mplayerhq.hu
Tue Oct 14 00:25:35 CEST 2008


Author: diego
Date: Tue Oct 14 00:25:35 2008
New Revision: 27763

Log:
Set HAVE_FAST_UNALIGNED for PowerPC as well, patch by Emanuele Giaquinta.


Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Tue Oct 14 00:25:35 2008
@@ -2010,6 +2010,7 @@ EOF
     _arch='POWERPC PPC'
     _def_dcbzl='#undef HAVE_DCBZL'
     _target_arch='ARCH_POWERPC = yes'
+    _def_fast_unaligned='#define HAVE_FAST_UNALIGNED 1'
     iproc='ppc'
 
     echocheck "CPU type"



More information about the MPlayer-cvslog mailing list