diff options
author | Martin Storsjö <martin@martin.st> | 2016-12-19 10:38:33 +0200 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2016-12-19 22:49:51 +0200 |
commit | a0c443a3980dc22eb02b067ac4cb9ffa2f9b04d2 (patch) | |
tree | 521127840256ef3ae56dd54642e4193f3b2097f9 /libavcodec | |
parent | fc322d6a70189da24dbd445c710bb214eb031ce7 (diff) | |
download | ffmpeg-a0c443a3980dc22eb02b067ac4cb9ffa2f9b04d2.tar.gz |
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>
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/aarch64/vp9itxfm_neon.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/aarch64/vp9itxfm_neon.S b/libavcodec/aarch64/vp9itxfm_neon.S index 053d46fd08..7ce6df0a6d 100644 --- a/libavcodec/aarch64/vp9itxfm_neon.S +++ b/libavcodec/aarch64/vp9itxfm_neon.S @@ -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 |