Commit da5c8284 authored by Martin Storsjö's avatar Martin Storsjö Committed by Michael Niedermayer

aarch64: h264idct: Use the offset parameter to movrel

Signed-off-by: 's 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: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent 4df5a6a2
......@@ -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
......
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