Skip to content
Snippets Groups Projects
Commit da5c8284 authored by Martin Storsjö's avatar Martin Storsjö Committed by Michael Niedermayer
Browse files

aarch64: h264idct: Use the offset parameter to movrel


Signed-off-by: default avatarMartin Storsjö <martin@martin.st>
(cherry picked from commit 6a62795d)
Cherry pick Suggested-by: Martin Storsjö

This should fix the build failure on macosx

Signed-off-by: default avatarMichael Niedermayer <michael@niedermayer.cc>
parent 4df5a6a2
No related branches found
No related tags found
No related merge requests found
......@@ -162,7 +162,7 @@ function ff_h264_idct_add8_neon, export=1
mov w19, w3 // stride
movrel x13, X(ff_h264_idct_dc_add_neon)
movrel x14, X(ff_h264_idct_add_neon)
movrel x7, scan8+16
movrel x7, scan8, 16
mov x10, #0
mov x11, #16
1: mov w2, w19
......
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