From e654b7c29e9a3ecc9dc02885b372d6c589f7b4ef Mon Sep 17 00:00:00 2001 From: Måns Rullgård Date: Fri, 2 Oct 2009 08:42:00 +0000 Subject: ARM: apply extern symbol prefix where needed Originally committed as revision 20147 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/arm/mdct_neon.S | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavcodec/arm/mdct_neon.S') 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} -- cgit v1.2.3