diff options
author | Martin Storsjö <martin@martin.st> | 2013-07-22 12:33:22 +0300 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-07-22 13:16:21 +0200 |
commit | 47d57f24e35f0e9694c615b81511dde4cda95c72 (patch) | |
tree | 3d82a3639368e6c1c66ab6ab04002c93c7359cbb /libavcodec/arm/dcadsp_vfp.S | |
parent | 23f250d2bc5340d6e93659d9f91ae8aa3fcf518b (diff) | |
download | ffmpeg-47d57f24e35f0e9694c615b81511dde4cda95c72.tar.gz |
arm: Mangle external symbols properly in new vfp assembly files
Reviewed-by: Kostya Shishkov
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/arm/dcadsp_vfp.S')
-rw-r--r-- | libavcodec/arm/dcadsp_vfp.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/arm/dcadsp_vfp.S b/libavcodec/arm/dcadsp_vfp.S index 42e1a3abbb..b23ce4ac8a 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 |