mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
arm neon: Add missing mangle to external symbol
Originally committed as revision 23418 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
edd43c9593
commit
6a7d7b88af
@ -36,7 +36,7 @@ function ff_synth_filter_float_neon, export=1
|
||||
mov r9, r1 @ synth_buf
|
||||
|
||||
VFP vpush {d0}
|
||||
bl ff_imdct_half_neon
|
||||
bl X(ff_imdct_half_neon)
|
||||
VFP vpop {d0}
|
||||
pop {r3}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user