diff options
author | Måns Rullgård <mans@mansr.com> | 2009-10-04 13:13:12 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2009-10-04 13:13:12 +0000 |
commit | 55c0e1e6d2174d4da506fd2fe620159f171701df (patch) | |
tree | fb80bc2210f1305077361f4dadf405e82474c8a5 /libavcodec/arm/simple_idct_arm.S | |
parent | 9abcc9a6f49876a4f66190ae3b1a67782b666283 (diff) | |
download | ffmpeg-55c0e1e6d2174d4da506fd2fe620159f171701df.tar.gz |
ARM: add ff_ prefix to lots of functions
Originally committed as revision 20167 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/arm/simple_idct_arm.S')
-rw-r--r-- | libavcodec/arm/simple_idct_arm.S | 2 |
1 files changed, 1 insertions, 1 deletions
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 |