summaryrefslogtreecommitdiff
path: root/libavcodec/arm/dcadsp_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/dcadsp_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/dcadsp_vfp.S')
-rw-r--r--libavcodec/arm/dcadsp_vfp.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/arm/dcadsp_vfp.S b/libavcodec/arm/dcadsp_vfp.S
index 6039e87dfc..5892a84342 100644
--- a/libavcodec/arm/dcadsp_vfp.S
+++ b/libavcodec/arm/dcadsp_vfp.S
@@ -463,7 +463,7 @@ NOVFP ldr a1, [fp, #-8*4]
VFP stmia sp, {WINDOW, OUT, BUF}
NOVFP stmia sp, {WINDOW, OUT, BUF, SCALEINT}
VFP vldr SCALE, [sp, #3*4]
- bl ff_synth_filter_float_vfp
+ bl X(ff_synth_filter_float_vfp)
add OUT, OUT, #32*4
add BUF, BUF, #32*4
subs COUNT, COUNT, #1