summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
authorDavid Conrad <lessen42@gmail.com>2010-06-01 20:59:06 +0000
committerDavid Conrad <lessen42@gmail.com>2010-06-01 20:59:06 +0000
commit6a7d7b88afeb3771ace52537dc2b091499a32516 (patch)
tree295af8aad4c92fa53c73864840575988fa319649 /libavcodec
parentedd43c95937d8a92ccb7c8356669beaae4ae6d68 (diff)
arm neon: Add missing mangle to external symbol
Originally committed as revision 23418 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/arm/synth_filter_neon.S2
1 files changed, 1 insertions, 1 deletions
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}