Mercurial > mplayer.hg
comparison configure @ 28988:94a502c210a0
Initialize HAVE_FAST_UNALIGNED definition to 0 so that it is never undefined.
author | diego |
---|---|
date | Sat, 21 Mar 2009 16:00:15 +0000 |
parents | d903e09def74 |
children | 076108d9a8c1 |
comparison
equal
deleted
inserted
replaced
28987:d78fdafe0def | 28988:94a502c210a0 |
---|---|
1705 | 1705 |
1706 fi | 1706 fi |
1707 | 1707 |
1708 | 1708 |
1709 def_fast_64bit='#define HAVE_FAST_64BIT 0' | 1709 def_fast_64bit='#define HAVE_FAST_64BIT 0' |
1710 def_fast_unaligned='#define HAVE_FAST_UNALIGNED 0' | |
1710 _arch_all='X86 X86_32 X86_64 IA64 SPARC ARM AVR32 SH4 PPC ALPHA SGI_MIPS PA_RISC S390 S390X VAX BFIN XTENSA GENERIC' | 1711 _arch_all='X86 X86_32 X86_64 IA64 SPARC ARM AVR32 SH4 PPC ALPHA SGI_MIPS PA_RISC S390 S390X VAX BFIN XTENSA GENERIC' |
1711 case "$host_arch" in | 1712 case "$host_arch" in |
1712 i[3-9]86|x86|x86pc|k5|k6|k6-2|k6-3|pentium*|athlon*|i586-i686) | 1713 i[3-9]86|x86|x86pc|k5|k6|k6-2|k6-3|pentium*|athlon*|i586-i686) |
1713 _arch='X86 X86_32' | 1714 _arch='X86 X86_32' |
1714 _target_arch_x86="ARCH_X86 = yes" | 1715 _target_arch_x86="ARCH_X86 = yes" |