Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2019-02-01 00:49:31 +0300
committerMartin Storsjö <martin@martin.st>2019-02-20 00:42:03 +0300
commit7ddfa5e9083baec3f9608ec5257fc94a5ae9a3ef (patch)
treebec9fb04f8e4e175d60d2d38b5be52803e38c29d /libavcodec/aarch64
parentc950beb68dee016e0e0a1b729d40abf700d32d1a (diff)
aarch64: vp8: Fix assembling with armasm64
Signed-off-by: Martin Storsjö <martin@martin.st> (cherry picked from commit 2eeac79936e83c4495cbe5905064ab797e9b45ff)
Diffstat (limited to 'libavcodec/aarch64')
-rw-r--r--libavcodec/aarch64/vp8dsp_neon.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/aarch64/vp8dsp_neon.S b/libavcodec/aarch64/vp8dsp_neon.S
index fbe064e9aa..0ce9e301de 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]