Mercurial > mplayer.hg
changeset 37195:ac6c37d85d65 default tip
configure: Fix initialization of variable def_local_aligned_32
It contiained the #define of HAVE_LOCAL_ALIGNED_16 instead
of HAVE_LOCAL_ALIGNED_32.
author | al |
---|---|
date | Sun, 28 Sep 2014 18:38:41 +0000 |
parents | d773c8901dd8 |
children | |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Sun Sep 28 12:21:42 2014 +0000 +++ b/configure Sun Sep 28 18:38:41 2014 +0000 @@ -2016,7 +2016,7 @@ def_av_fast_unaligned='#define AV_HAVE_FAST_UNALIGNED 0' def_local_aligned_8='#define HAVE_LOCAL_ALIGNED_8 0' def_local_aligned_16='#define HAVE_LOCAL_ALIGNED_16 0' -def_local_aligned_32='#define HAVE_LOCAL_ALIGNED_16 0' +def_local_aligned_32='#define HAVE_LOCAL_ALIGNED_32 0' arch_all='X86 IA64 SPARC ARM AVR32 SH4 PPC ALPHA MIPS PA_RISC S390 S390X VAX BFIN XTENSA TOMI GENERIC AARCH64' subarch_all='X86_32 X86_64 PPC64' case "$host_arch" in