summaryrefslogtreecommitdiffstats
path: root/libavcodec/arm
diff options
context:
space:
mode:
authorMans Rullgard <mans@mansr.com>2011-02-26 18:05:53 +0000
committerMichael Niedermayer <michaelni@gmx.at>2011-02-28 00:34:39 +0100
commite9634db1dc7ac72b209d37ae78ab173c94632577 (patch)
tree55de7394616090e113fe86eb63e97f4b9159e483 /libavcodec/arm
parentcf9c227e58c29a46e6437ac15ae63884d573ec13 (diff)
downloadffmpeg-streaming-e9634db1dc7ac72b209d37ae78ab173c94632577.zip
ffmpeg-streaming-e9634db1dc7ac72b209d37ae78ab173c94632577.tar.gz
ARM: VP8: fix build on systems with global symbol prefix
Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit 0b32da90f893b3e04ead18a546252e241a6a0988)
Diffstat (limited to 'libavcodec/arm')
-rw-r--r--libavcodec/arm/vp8_armv6.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/arm/vp8_armv6.S b/libavcodec/arm/vp8_armv6.S
index 54c036b..d981db8 100644
--- a/libavcodec/arm/vp8_armv6.S
+++ b/libavcodec/arm/vp8_armv6.S
@@ -56,7 +56,7 @@
function ff_decode_block_coeffs_armv6, export=1
push {r0,r1,r4-r11,lr}
- movrel lr, ff_vp56_norm_shift
+ movrel lr, X(ff_vp56_norm_shift)
ldrd r4, r5, [sp, #44] @ token_prob, qmul
cmp r3, #0
ldr r11, [r5]
OpenPOWER on IntegriCloud