summaryrefslogtreecommitdiff
path: root/libavcodec/arm/mdct_vfp.S
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2013-07-22 12:33:22 +0300
committerMichael Niedermayer <michaelni@gmx.at>2013-07-22 13:16:21 +0200
commit47d57f24e35f0e9694c615b81511dde4cda95c72 (patch)
tree3d82a3639368e6c1c66ab6ab04002c93c7359cbb /libavcodec/arm/mdct_vfp.S
parent23f250d2bc5340d6e93659d9f91ae8aa3fcf518b (diff)
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/mdct_vfp.S')
-rw-r--r--libavcodec/arm/mdct_vfp.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/arm/mdct_vfp.S b/libavcodec/arm/mdct_vfp.S
index 1c98690e6f..ee3984c6c3 100644
--- a/libavcodec/arm/mdct_vfp.S
+++ b/libavcodec/arm/mdct_vfp.S
@@ -151,7 +151,7 @@ function ff_imdct_half_vfp, export=1
ldr ip, [CONTEXT, #5*4] @ mdct_bits
teq ip, #6
it ne
- bne ff_imdct_half_c @ only case currently accelerated is the one used by DCA
+ bne X(ff_imdct_half_c) @ only case currently accelerated is the one used by DCA
.set n, 1<<6
.set n2, n/2
@@ -175,7 +175,7 @@ function ff_imdct_half_vfp, export=1
fmxr FPSCR, OLDFPSCR
mov a1, OUT
- bl ff_fft16_vfp
+ bl X(ff_fft16_vfp)
ldr lr, =0x03030000 @ RunFast mode, short vectors of length 4, stride 1
fmxr FPSCR, lr