diff options
author | Martin Storsjö <martin@martin.st> | 2019-01-31 23:49:31 +0200 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2019-02-19 11:45:44 +0200 |
commit | 2eeac79936e83c4495cbe5905064ab797e9b45ff (patch) | |
tree | c1b2f5b88f19cd6d799d39c5d8dce1ac68367eff /libavcodec | |
parent | 26d7af4c381ee3c7b13b032b3817168b84b98ca6 (diff) | |
download | ffmpeg-2eeac79936e83c4495cbe5905064ab797e9b45ff.tar.gz |
aarch64: vp8: Fix assembling with armasm64
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/aarch64/vp8dsp_neon.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/aarch64/vp8dsp_neon.S b/libavcodec/aarch64/vp8dsp_neon.S index be70a68ffb..eb22c422ae 100644 --- a/libavcodec/aarch64/vp8dsp_neon.S +++ b/libavcodec/aarch64/vp8dsp_neon.S @@ -28,7 +28,7 @@ function ff_vp8_idct_add_neon, export=1 ld1 {v0.8b - v3.8b}, [x1] mov w4, #20091 - movk w4, #35468/2, lsl 16 + movk w4, #35468/2, lsl #16 dup v4.2s, w4 smull v26.4s, v1.4h, v4.h[0] |