diff options
author | Martin Storsjö <martin@martin.st> | 2014-02-07 12:00:31 +0200 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2014-02-07 15:13:58 +0200 |
commit | 5bcbb516f2ff45290ef7995b081762e668693672 (patch) | |
tree | 0471fd741b672371413f2ecfea198a4f32276d9a /libavcodec/arm/mdct_neon.S | |
parent | 5351964a2b524d1cb70c268c3e9436fd2990429b (diff) | |
download | ffmpeg-5bcbb516f2ff45290ef7995b081762e668693672.tar.gz |
arm: Add X() around all references to extern symbols
Don't rely on the fact that an unprefixed label currently exists.
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavcodec/arm/mdct_neon.S')
-rw-r--r-- | libavcodec/arm/mdct_neon.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/arm/mdct_neon.S b/libavcodec/arm/mdct_neon.S index 9f7cb46cd0..bfe259c396 100644 --- a/libavcodec/arm/mdct_neon.S +++ b/libavcodec/arm/mdct_neon.S @@ -129,7 +129,7 @@ function ff_imdct_calc_neon, export=1 lsl r4, r4, r3 add r1, r1, r4 - bl ff_imdct_half_neon + bl X(ff_imdct_half_neon) add r0, r5, r4, lsl #2 add r1, r5, r4, lsl #1 |