summaryrefslogtreecommitdiff
path: root/libswresample
diff options
context:
space:
mode:
authorRahul Chaudhry <rahulchaudhry@chromium.org>2018-04-27 13:49:52 -0700
committerMichael Niedermayer <michael@niedermayer.cc>2018-04-28 18:08:52 +0200
commite84212b78e00df17799e01be1e153a073eb8f689 (patch)
treef767a27ca2eaaf7cd09dd3ead97a09686b5e38a0 /libswresample
parent9d753549635642508f3d7d30973c453c320e9cb4 (diff)
downloadffmpeg-e84212b78e00df17799e01be1e153a073eb8f689.tar.gz
swresample/arm: rename labels to fix xcode build error
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libswresample')
-rw-r--r--libswresample/arm/audio_convert_neon.S8
1 files changed, 4 insertions, 4 deletions
diff --git a/libswresample/arm/audio_convert_neon.S b/libswresample/arm/audio_convert_neon.S
index 7729514701..085d50aafa 100644
--- a/libswresample/arm/audio_convert_neon.S
+++ b/libswresample/arm/audio_convert_neon.S
@@ -22,7 +22,7 @@
#include "libavutil/arm/asm.S"
function swri_oldapi_conv_flt_to_s16_neon, export=1
-_swri_oldapi_conv_flt_to_s16_neon:
+.L_swri_oldapi_conv_flt_to_s16_neon:
subs r2, r2, #8
vld1.32 {q0}, [r1,:128]!
vcvt.s32.f32 q8, q0, #31
@@ -67,7 +67,7 @@ _swri_oldapi_conv_flt_to_s16_neon:
endfunc
function swri_oldapi_conv_fltp_to_s16_2ch_neon, export=1
-_swri_oldapi_conv_fltp_to_s16_2ch_neon:
+.L_swri_oldapi_conv_fltp_to_s16_2ch_neon:
ldm r1, {r1, r3}
subs r2, r2, #8
vld1.32 {q0}, [r1,:128]!
@@ -135,8 +135,8 @@ function swri_oldapi_conv_fltp_to_s16_nch_neon, export=1
cmp r3, #2
itt lt
ldrlt r1, [r1]
- blt _swri_oldapi_conv_flt_to_s16_neon
- beq _swri_oldapi_conv_fltp_to_s16_2ch_neon
+ blt .L_swri_oldapi_conv_flt_to_s16_neon
+ beq .L_swri_oldapi_conv_fltp_to_s16_2ch_neon
push {r4-r8, lr}
cmp r3, #4