mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-06-16 04:32:47 +02:00
Merge commit '5bcbb516f2ff45290ef7995b081762e668693672'
* commit '5bcbb516f2ff45290ef7995b081762e668693672': arm: Add X() around all references to extern symbols Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -133,8 +133,8 @@ function ff_conv_fltp_to_s16_neon, export=1
|
||||
cmp r3, #2
|
||||
itt lt
|
||||
ldrlt r1, [r1]
|
||||
blt ff_conv_flt_to_s16_neon
|
||||
beq ff_conv_fltp_to_s16_2ch_neon
|
||||
blt X(ff_conv_flt_to_s16_neon)
|
||||
beq X(ff_conv_fltp_to_s16_2ch_neon)
|
||||
|
||||
push {r4-r8, lr}
|
||||
cmp r3, #4
|
||||
|
||||
Reference in New Issue
Block a user