summaryrefslogtreecommitdiff
path: root/libavcodec/arm/synth_filter_vfp.S
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2013-07-22 12:24:43 +0300
committerMartin Storsjö <martin@martin.st>2013-07-22 14:48:30 +0300
commit69e6702c013283d0e043e19e079c8eecb08bfd39 (patch)
treed28ade170402d4bea59b9d808cb3249cbdc49f46 /libavcodec/arm/synth_filter_vfp.S
parentff30d121595e21f2fe07fbe31afefad0c719b5d7 (diff)
arm: Mangle external symbols properly in new vfp assembly files
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavcodec/arm/synth_filter_vfp.S')
-rw-r--r--libavcodec/arm/synth_filter_vfp.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/arm/synth_filter_vfp.S b/libavcodec/arm/synth_filter_vfp.S
index c219c41875..e6e6408177 100644
--- a/libavcodec/arm/synth_filter_vfp.S
+++ b/libavcodec/arm/synth_filter_vfp.S
@@ -132,7 +132,7 @@ function ff_synth_filter_float_vfp, export=1
str lr, [P_SB_OFF] @ rotate offset, modulo buffer size, ready for next call
ldr a3, [sp, #(16+6+2)*4] @ fetch in from stack, to pass to imdct_half
VFP vmov s16, SCALE @ imdct_half is free to corrupt s0, but it contains one of our arguments in hardfp case
- bl ff_imdct_half_vfp
+ bl X(ff_imdct_half_vfp)
VFP vmov SCALE, s16
fmrx OLDFPSCR, FPSCR