summaryrefslogtreecommitdiff
path: root/libavcodec/sh4/idct_sh4.c
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2012-02-15 14:15:40 +0200
committerMartin Storsjö <martin@martin.st>2012-02-15 22:07:26 +0200
commitf73673a770215f2f601ebb6e75d264533f738cc4 (patch)
treed134b23cfd6bcf981893121b474f51eb4156a893 /libavcodec/sh4/idct_sh4.c
parentefd29844eb84ca5e1b05292300054ea12b02d1e5 (diff)
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.c2
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;