Hi, On Thu, Mar 1, 2012 at 10:49 AM, Ronald S. Bultje <[email protected]> wrote: > On Sun, Feb 26, 2012 at 5:39 PM, Ronald S. Bultje <[email protected]> wrote: >> --- >> libavcodec/x86/fft_mmx.asm | 2 ++ >> 1 files changed, 2 insertions(+), 0 deletions(-) >> >> diff --git a/libavcodec/x86/fft_mmx.asm b/libavcodec/x86/fft_mmx.asm >> index a2f26cc..d2b3985 100644 >> --- a/libavcodec/x86/fft_mmx.asm >> +++ b/libavcodec/x86/fft_mmx.asm >> @@ -519,7 +519,9 @@ FFT48_3DN _3dn >> %macro DECL_PASS 2+ ; name, payload >> align 16 >> %1: >> +%define stack_offset 0 ; hack, but necessary for DEFINE_ARGS >> DEFINE_ARGS z, w, n, o1, o3 >> +%undef stack_offset > > Ping, comments (or alternatives, if they exist) would be nice.
No longer necessary after a fix from Loren, so patch dropped. Ronald _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
