Skip to content
Snippets Groups Projects
Commit a0c443a3 authored by Martin Storsjö's avatar Martin Storsjö
Browse files

aarch64: vp9itxfm: Use the offset parameter to movrel


This fixes build failures for iOS, broken since cad42fad.

Signed-off-by: default avatarMartin Storsjö <martin@martin.st>
parent fc322d6a
No related branches found
No related tags found
No related merge requests found
...@@ -1108,7 +1108,7 @@ function ff_vp9_idct_idct_32x32_add_neon, export=1 ...@@ -1108,7 +1108,7 @@ function ff_vp9_idct_idct_32x32_add_neon, export=1
movrel x10, idct_coeffs movrel x10, idct_coeffs
add x11, x10, #32 add x11, x10, #32
movrel x12, min_eob_idct_idct_32 + 2 movrel x12, min_eob_idct_idct_32, 2
mov x15, x30 mov x15, x30
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment