diff arm/rdft_neon.S @ 11655:7ad2eb6a2f10 libavcodec

ARM: fix build for darwin/iphone References to external symbols in asm code need prefixes.
author mru
date Thu, 22 Apr 2010 21:19:32 +0000
parents e011e73a902b
children
line wrap: on
line diff
--- a/arm/rdft_neon.S	Thu Apr 22 09:41:45 2010 +0000
+++ b/arm/rdft_neon.S	Thu Apr 22 21:19:32 2010 +0000
@@ -33,10 +33,10 @@
         lsls            r6,  r6,  #31
         bne             1f
         add             r0,  r4,  #20
-        bl              ff_fft_permute_neon
+        bl              X(ff_fft_permute_neon)
         add             r0,  r4,  #20
         mov             r1,  r5
-        bl              ff_fft_calc_neon
+        bl              X(ff_fft_calc_neon)
 1:
         ldr             r12, [r4, #0]           @ nbits
         mov             r2,  #1
@@ -143,9 +143,9 @@
         vst1.32         {d22},    [r5,:64]
         add             r0,  r4,  #20
         mov             r1,  r5
-        bl              ff_fft_permute_neon
+        bl              X(ff_fft_permute_neon)
         add             r0,  r4,  #20
         mov             r1,  r5
         pop             {r4-r8,lr}
-        b               ff_fft_calc_neon
+        b               X(ff_fft_calc_neon)
 endfunc