summaryrefslogtreecommitdiff
path: root/libavcodec/arm/mdct_neon.S
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2009-10-02 08:42:00 +0000
committerMåns Rullgård <mans@mansr.com>2009-10-02 08:42:00 +0000
commite654b7c29e9a3ecc9dc02885b372d6c589f7b4ef (patch)
tree9fc4bf037ee53c687308a9983bb76652d2152207 /libavcodec/arm/mdct_neon.S
parentc7f7978ae39f521695f7e9dd1c92247dcdf25c2e (diff)
ARM: apply extern symbol prefix where needed
Originally committed as revision 20147 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/arm/mdct_neon.S')
-rw-r--r--libavcodec/arm/mdct_neon.S2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/arm/mdct_neon.S b/libavcodec/arm/mdct_neon.S
index 52438b8143..495c2b2d5c 100644
--- a/libavcodec/arm/mdct_neon.S
+++ b/libavcodec/arm/mdct_neon.S
@@ -24,6 +24,8 @@
.fpu neon
.text
+#define ff_fft_calc_neon X(ff_fft_calc_neon)
+
function ff_imdct_half_neon, export=1
push {r4-r8,lr}