Mercurial > mplayer.hg
changeset 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 | d78fdafe0def |
children | aa1e43639e47 |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Sat Mar 21 12:16:32 2009 +0000 +++ b/configure Sat Mar 21 16:00:15 2009 +0000 @@ -1707,6 +1707,7 @@ 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)