mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-20 05:46:57 +00:00
x86/tx_float: change a condition in a preprocessor check
Fixes compilation with yasm. Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
parent
ec8be8a913
commit
0d8f43c74d
@ -1594,7 +1594,7 @@ cglobal fft_pfa_15xM_float, 4, 14, 16, 320, ctx, out, in, stride, len, lut, buf,
|
||||
mov btmpq, outq
|
||||
|
||||
mov outq, [ctxq + AVTXContext.tmp]
|
||||
%if !%2
|
||||
%if %2 == 0
|
||||
movsxd lenq, dword [ctxq + AVTXContext.len]
|
||||
mov lutq, [ctxq + AVTXContext.map]
|
||||
%endif
|
||||
|
Loading…
Reference in New Issue
Block a user