diff arm/simple_idct_arm.S @ 10363:08573f5f587d libavcodec

ARM: add ff_ prefix to lots of functions
author mru
date Sun, 04 Oct 2009 13:13:12 +0000
parents 989ea69f6a4e
children a6ff6fb10ff5
line wrap: on
line diff
--- a/arm/simple_idct_arm.S	Sun Oct 04 13:13:08 2009 +0000
+++ b/arm/simple_idct_arm.S	Sun Oct 04 13:13:12 2009 +0000
@@ -56,7 +56,7 @@
 
         .text
 
-function simple_idct_ARM, export=1
+function ff_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