diff arm/mdct_neon.S @ 10346:f12b7ea2df2a libavcodec

ARM: apply extern symbol prefix where needed
author mru
date Fri, 02 Oct 2009 08:42:00 +0000
parents 87ab0f0e0baf
children be725249ea67
line wrap: on
line diff
--- a/arm/mdct_neon.S	Thu Oct 01 15:54:55 2009 +0000
+++ b/arm/mdct_neon.S	Fri Oct 02 08:42:00 2009 +0000
@@ -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}