[MPlayer-cvslog] r29023 - trunk/configure
diego
subversion at mplayerhq.hu
Sat Mar 21 17:00:16 CET 2009
Author: diego
Date: Sat Mar 21 17:00:15 2009
New Revision: 29023
Log:
Initialize HAVE_FAST_UNALIGNED definition to 0 so that it is never undefined.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Sat Mar 21 13:16:32 2009 (r29022)
+++ trunk/configure Sat Mar 21 17:00:15 2009 (r29023)
@@ -1707,6 +1707,7 @@ fi
def_fast_64bit='#define HAVE_FAST_64BIT 0'
+def_fast_unaligned='#define HAVE_FAST_UNALIGNED 0'
_arch_all='X86 X86_32 X86_64 IA64 SPARC ARM AVR32 SH4 PPC ALPHA SGI_MIPS PA_RISC S390 S390X VAX BFIN XTENSA GENERIC'
case "$host_arch" in
i[3-9]86|x86|x86pc|k5|k6|k6-2|k6-3|pentium*|athlon*|i586-i686)
More information about the MPlayer-cvslog
mailing list