mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-02-09 14:14:39 +02:00
aarch64: vp9itxfm: Use the offset parameter to movrel
This fixes build failures for iOS, broken since cad42fadcd2c. Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
parent
fc322d6a70
commit
a0c443a398
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user