Hi, On Tue, Sep 11, 2012 at 1:39 PM, Hendrik Leppkes <h.lepp...@gmail.com> wrote: > > > On Tue, Sep 11, 2012 at 12:48 PM, Måns Rullgård <m...@mansr.com> wrote: >> >> Martin Storsjö <mar...@martin.st> writes: >> >> > On 64 bit, the stack seems to be aligned enough for our needs. >> > --- >> > configure | 2 +- >> > 1 file changed, 1 insertion(+), 1 deletion(-) >> > >> > diff --git a/configure b/configure >> > index fec7b25..4d807db 100755 >> > --- a/configure >> > +++ b/configure >> > @@ -2330,7 +2330,7 @@ probe_cc(){ >> > if [ $pfx = hostcc ]; then >> > append _cflags -Dsnprintf=_snprintf >> > fi >> > - disable aligned_stack >> > + enabled x86_32 && disable aligned_stack >> > fi >> > >> > eval ${pfx}_type=\$_type >> > -- >> >> Wrong. The architecture is not known at this point. >> > > > What is considered an aligned stack? 16 byte alignment?
HAVE_ALIGNED_STACK means "our stack is 16-byte aligned". This isn't necessarily what we intend it to mean in theory, but that's what it means in practice. Ronald _______________________________________________ libav-devel mailing list libav-devel@libav.org https://lists.libav.org/mailman/listinfo/libav-devel