Commit a0c443a3 authored by Martin Storsjö's avatar Martin Storsjö

aarch64: vp9itxfm: Use the offset parameter to movrel

This fixes build failures for iOS, broken since cad42fad.
Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
parent fc322d6a
......@@ -1108,7 +1108,7 @@ function ff_vp9_idct_idct_32x32_add_neon, export=1
movrel x10, idct_coeffs
add x11, x10, #32
movrel x12, min_eob_idct_idct_32 + 2
movrel x12, min_eob_idct_idct_32, 2
mov x15, x30
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment