[MPlayer-cvslog] r28641 - trunk/configure

diego subversion at mplayerhq.hu
Tue Feb 17 23:05:26 CET 2009


Author: diego
Date: Tue Feb 17 23:05:25 2009
New Revision: 28641

Log:
AVR32 apparently supports fast unaligned accesses.

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Tue Feb 17 22:08:22 2009	(r28640)
+++ trunk/configure	Tue Feb 17 23:05:25 2009	(r28641)
@@ -2061,6 +2061,7 @@ EOF
   avr32)
     _arch='AVR32'
     _target_arch='ARCH_AVR32 = yes'
+    def_fast_unaligned='#define HAVE_FAST_UNALIGNED 1'
     iproc='avr32'
     ;;
 



More information about the MPlayer-cvslog mailing list