From 55c0e1e6d2174d4da506fd2fe620159f171701df Mon Sep 17 00:00:00 2001 From: Måns Rullgård Date: Sun, 4 Oct 2009 13:13:12 +0000 Subject: ARM: add ff_ prefix to lots of functions Originally committed as revision 20167 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/arm/simple_idct_arm.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/arm/simple_idct_arm.S') diff --git a/libavcodec/arm/simple_idct_arm.S b/libavcodec/arm/simple_idct_arm.S index df51c01df2..a0927bf641 100644 --- a/libavcodec/arm/simple_idct_arm.S +++ b/libavcodec/arm/simple_idct_arm.S @@ -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 -- cgit v1.2.3