changeset 11808:85f6fd5dd599 libavcodec

arm neon: Add missing mangle to external symbol
author conrad
date Tue, 01 Jun 2010 20:59:06 +0000
parents 659f16d04776
children 867d82f512df
files arm/synth_filter_neon.S
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/arm/synth_filter_neon.S	Tue Jun 01 17:21:16 2010 +0000
+++ b/arm/synth_filter_neon.S	Tue Jun 01 20:59:06 2010 +0000
@@ -36,7 +36,7 @@
         mov             r9,  r1                 @ synth_buf
 
 VFP     vpush           {d0}
-        bl              ff_imdct_half_neon
+        bl              X(ff_imdct_half_neon)
 VFP     vpop            {d0}
         pop             {r3}