[FFmpeg-cvslog] r25151 - trunk/configure

mru subversion
Tue Sep 21 19:57:14 CEST 2010


Author: mru
Date: Tue Sep 21 19:57:13 2010
New Revision: 25151

Log:
Add HAVE_ALIGNED_STACK config setting

This is set to 1 if the stack is guaranteed to be suitably aligned
for the strictest access mode of the machine.

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Mon Sep 20 23:50:46 2010	(r25150)
+++ trunk/configure	Tue Sep 21 19:57:13 2010	(r25151)
@@ -981,6 +981,7 @@ HAVE_LIST="
     $ARCH_EXT_LIST
     $HAVE_LIST_PUB
     $THREADS_LIST
+    aligned_stack
     alsa_asoundlib_h
     altivec_h
     arpa_inet_h
@@ -1164,6 +1165,7 @@ mmx2_deps="mmx"
 sse_deps="mmx"
 ssse3_deps="sse"
 
+aligned_stack_if_any="ppc x86"
 fast_64bit_if_any="alpha ia64 mips64 parisc64 ppc64 sparc64 x86_64"
 fast_clz_if_any="alpha armv5te avr32 mips ppc x86"
 fast_unaligned_if_any="armv6 ppc x86"



More information about the ffmpeg-cvslog mailing list