diff armv4l/simple_idct_arm.S @ 8069:316762ae96a7 libavcodec

ARM: use new macros for assembler function labels
author mru
date Mon, 27 Oct 2008 00:25:09 +0000
parents 15ed47af1838
children
line wrap: on
line diff
--- a/armv4l/simple_idct_arm.S	Mon Oct 27 00:25:06 2008 +0000
+++ b/armv4l/simple_idct_arm.S	Mon Oct 27 00:25:09 2008 +0000
@@ -24,6 +24,8 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
+#include "asm.S"
+
 /* useful constants for the algorithm, they are save in __constant_ptr__ at */
 /* the end of the source code.*/
 #define W1  22725
@@ -53,10 +55,8 @@
 
 
         .text
-        .align
-        .global simple_idct_ARM
 
-simple_idct_ARM:
+function simple_idct_ARM, export=1
         @@ void simple_idct_ARM(int16_t *block)
         @@ save stack for reg needed (take all of them),
         @@ R0-R3 are scratch regs, so no need to save them, but R0 contains the pointer to block