diff arm/jrevdct_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/jrevdct_arm.S	Sun Oct 04 13:13:08 2009 +0000
+++ b/arm/jrevdct_arm.S	Sun Oct 04 13:13:12 2009 +0000
@@ -57,7 +57,7 @@
         .text
         .align
 
-function j_rev_dct_ARM, export=1
+function ff_j_rev_dct_ARM, export=1
         stmdb   sp!, { r4 - r12, lr }   @ all callee saved regs
 
         sub sp, sp, #4                  @ reserve some space on the stack