[MPlayer-cvslog] r37291 - trunk/configure

al subversion at mplayerhq.hu
Sun Sep 28 20:38:41 CEST 2014


Author: al
Date: Sun Sep 28 20:38:41 2014
New Revision: 37291

Log:
configure: Fix initialization of variable def_local_aligned_32

It contiained the #define of HAVE_LOCAL_ALIGNED_16 instead
of HAVE_LOCAL_ALIGNED_32.

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Sun Sep 28 14:21:42 2014	(r37290)
+++ trunk/configure	Sun Sep 28 20:38:41 2014	(r37291)
@@ -2016,7 +2016,7 @@ def_fast_unaligned='#define HAVE_FAST_UN
 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


More information about the MPlayer-cvslog mailing list