From 952d3187d8eda7067fcd73f1d5f17837fa65eb34 Mon Sep 17 00:00:00 2001 From: Martin Storsjö Date: Tue, 7 Jan 2014 14:01:24 +0200 Subject: arm: Add a missing # as prefix for an immediate constant MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Martin Storsjö --- libavcodec/arm/vp3dsp_neon.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/arm/vp3dsp_neon.S b/libavcodec/arm/vp3dsp_neon.S index e5ecfc337e..58bd97d548 100644 --- a/libavcodec/arm/vp3dsp_neon.S +++ b/libavcodec/arm/vp3dsp_neon.S @@ -355,7 +355,7 @@ function ff_vp3_idct_dc_add_neon, export=1 mov r3, r0 add r12, r12, #15 vdup.16 q15, r12 - mov r12, 0 + mov r12, #0 strh r12, [r2] vshr.s16 q15, q15, #5 -- cgit v1.2.3