diff options
author | Martin Storsjö <martin@martin.st> | 2013-07-22 12:24:43 +0300 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2013-07-22 14:48:30 +0300 |
commit | 69e6702c013283d0e043e19e079c8eecb08bfd39 (patch) | |
tree | d28ade170402d4bea59b9d808cb3249cbdc49f46 /libavcodec/arm/mdct_vfp.S | |
parent | ff30d121595e21f2fe07fbe31afefad0c719b5d7 (diff) | |
download | ffmpeg-69e6702c013283d0e043e19e079c8eecb08bfd39.tar.gz |
arm: Mangle external symbols properly in new vfp assembly files
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavcodec/arm/mdct_vfp.S')
-rw-r--r-- | libavcodec/arm/mdct_vfp.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/arm/mdct_vfp.S b/libavcodec/arm/mdct_vfp.S index 0623e9618e..94db24f449 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 |