From 7ddfa5e9083baec3f9608ec5257fc94a5ae9a3ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Storsj=C3=B6?= Date: Thu, 31 Jan 2019 23:49:31 +0200 Subject: aarch64: vp8: Fix assembling with armasm64 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Martin Storsjö (cherry picked from commit 2eeac79936e83c4495cbe5905064ab797e9b45ff) --- libavcodec/aarch64/vp8dsp_neon.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/aarch64') 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] -- cgit v1.2.3