summaryrefslogtreecommitdiff
path: root/libavcodec/arm/vp8dsp_neon.S
diff options
context:
space:
mode:
authorMans Rullgard <mans@mansr.com>2011-02-26 18:04:53 +0000
committerMans Rullgard <mans@mansr.com>2011-02-27 13:53:21 +0000
commit8b454c352f49c2a61db37793d838b553db3da734 (patch)
treec64b1440a26495015bdf80a2b4b5a1a0d3b83eb9 /libavcodec/arm/vp8dsp_neon.S
parent52b3cc6047e2b93e8a798734c65904243c1a7be3 (diff)
ARM: fix vp8 neon with pic enabled
The assembler emits literal pools too far from the load instructions, so we must do it explicitly at a suitable location. Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'libavcodec/arm/vp8dsp_neon.S')
-rw-r--r--libavcodec/arm/vp8dsp_neon.S2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/arm/vp8dsp_neon.S b/libavcodec/arm/vp8dsp_neon.S
index 01c39593a0..23330900f7 100644
--- a/libavcodec/arm/vp8dsp_neon.S
+++ b/libavcodec/arm/vp8dsp_neon.S
@@ -1294,6 +1294,8 @@ function ff_put_vp8_epel8_h4v6_neon, export=1
pop {r4,pc}
endfunc
+.ltorg
+
function ff_put_vp8_epel4_v6_neon, export=1
sub r2, r2, r3, lsl #1
push {r4,lr}