[MPlayer-cvslog] r33884 - trunk/configure

cigaes subversion at mplayerhq.hu
Wed Jul 20 23:24:00 CEST 2011


Author: cigaes
Date: Wed Jul 20 23:23:59 2011
New Revision: 33884

Log:
configure: set HAVE_LOCAL_ALIGNED_* for x86_64.

This is compatible with the behaviour of ffmpeg's configure, and fixes the
infamous "Compiler did not align stack variables. Libavcodec has been
miscompiled" warning introduced by commit 58d7efd "Use LOCAL_ALIGNED in
ff_check_alignment()".

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Fri Jul 15 16:36:29 2011	(r33883)
+++ trunk/configure	Wed Jul 20 23:23:59 2011	(r33884)
@@ -2105,6 +2105,8 @@ case "$host_arch" in
     subarch='x86_64'
     def_fast_unaligned='#define HAVE_FAST_UNALIGNED 1'
     def_av_fast_unaligned='#define AV_HAVE_FAST_UNALIGNED 1'
+    def_local_aligned_8='#define HAVE_LOCAL_ALIGNED_8 1'
+    def_local_aligned_16='#define HAVE_LOCAL_ALIGNED_16 1'
     def_fast_64bit='#define HAVE_FAST_64BIT 1'
     iproc='x86_64'
 


More information about the MPlayer-cvslog mailing list