---
 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
     lea o3q, [nq*3]
     lea o1q, [nq*8]
     shl o3q, 4
-- 
1.7.2.1

_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to