summaryrefslogtreecommitdiff
path: root/libswresample/arm
diff options
context:
space:
mode:
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>2014-02-17 17:40:10 +0100
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2014-02-17 17:40:10 +0100
commite535897fad2c4e26e2e50eba66935c8dd8010669 (patch)
tree5e502c29ea9578f9cb00021ce1dbd796a7479367 /libswresample/arm
parent07b4b0ca62a1c8cd0b7b1116bffb4b7c0fe640c8 (diff)
downloadffmpeg-e535897fad2c4e26e2e50eba66935c8dd8010669.tar.gz
Fix libswresample compilation with Apple Neon assembler.
Signed-off-by: Carl Eugen Hoyos <cehoyos@ag.or.at>
Diffstat (limited to 'libswresample/arm')
-rw-r--r--libswresample/arm/audio_convert_neon.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/libswresample/arm/audio_convert_neon.S b/libswresample/arm/audio_convert_neon.S
index 471a2d864f..1f88316dde 100644
--- a/libswresample/arm/audio_convert_neon.S
+++ b/libswresample/arm/audio_convert_neon.S
@@ -133,8 +133,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 X(swri_oldapi_conv_flt_to_s16_neon)
+ beq X(swri_oldapi_conv_fltp_to_s16_2ch_neon)
push {r4-r8, lr}
cmp r3, #4