Commit 508f2fe0 authored by conrad's avatar conrad

arm neon: Add missing mangle to external symbol

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@23418 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 8f7c468d
...@@ -36,7 +36,7 @@ function ff_synth_filter_float_neon, export=1 ...@@ -36,7 +36,7 @@ function ff_synth_filter_float_neon, export=1
mov r9, r1 @ synth_buf mov r9, r1 @ synth_buf
VFP vpush {d0} VFP vpush {d0}
bl ff_imdct_half_neon bl X(ff_imdct_half_neon)
VFP vpop {d0} VFP vpop {d0}
pop {r3} pop {r3}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment