diff options
author | Martin Storsjö <martin@martin.st> | 2012-02-15 14:15:40 +0200 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2012-02-15 22:07:26 +0200 |
commit | f73673a770215f2f601ebb6e75d264533f738cc4 (patch) | |
tree | d134b23cfd6bcf981893121b474f51eb4156a893 /libavcodec/sh4/idct_sh4.c | |
parent | efd29844eb84ca5e1b05292300054ea12b02d1e5 (diff) | |
download | ffmpeg-f73673a770215f2f601ebb6e75d264533f738cc4.tar.gz |
sh4: Add ff_ prefix to nonstatic symbols
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavcodec/sh4/idct_sh4.c')
-rw-r--r-- | libavcodec/sh4/idct_sh4.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/sh4/idct_sh4.c b/libavcodec/sh4/idct_sh4.c index 0baff396e0..9da6ffcf65 100644 --- a/libavcodec/sh4/idct_sh4.c +++ b/libavcodec/sh4/idct_sh4.c @@ -89,7 +89,7 @@ static const float odd_table[] __attribute__ ((aligned(8))) = { //optimized -void idct_sh4(DCTELEM *block) +void ff_idct_sh4(DCTELEM *block) { DEFREG; |