[FFmpeg-cvslog] r23418 - trunk/libavcodec/arm/synth_filter_neon.S
conrad
subversion
Tue Jun 1 22:59:06 CEST 2010
Author: conrad
Date: Tue Jun 1 22:59:06 2010
New Revision: 23418
Log:
arm neon: Add missing mangle to external symbol
Modified:
trunk/libavcodec/arm/synth_filter_neon.S
Modified: trunk/libavcodec/arm/synth_filter_neon.S
==============================================================================
--- trunk/libavcodec/arm/synth_filter_neon.S Tue Jun 1 22:26:10 2010 (r23417)
+++ trunk/libavcodec/arm/synth_filter_neon.S Tue Jun 1 22:59:06 2010 (r23418)
@@ -36,7 +36,7 @@ function ff_synth_filter_float_neon, exp
mov r9, r1 @ synth_buf
VFP vpush {d0}
- bl ff_imdct_half_neon
+ bl X(ff_imdct_half_neon)
VFP vpop {d0}
pop {r3}
More information about the ffmpeg-cvslog
mailing list