From 6a7d7b88afeb3771ace52537dc2b091499a32516 Mon Sep 17 00:00:00 2001 From: David Conrad Date: Tue, 1 Jun 2010 20:59:06 +0000 Subject: arm neon: Add missing mangle to external symbol Originally committed as revision 23418 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/arm/synth_filter_neon.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/arm/synth_filter_neon.S') diff --git a/libavcodec/arm/synth_filter_neon.S b/libavcodec/arm/synth_filter_neon.S index c168d738f1..a7c23df02b 100644 --- a/libavcodec/arm/synth_filter_neon.S +++ b/libavcodec/arm/synth_filter_neon.S @@ -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} -- cgit v1.2.3