aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/sh4/dsputil_sh4.h
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/dsputil_sh4.h
parentefd29844eb84ca5e1b05292300054ea12b02d1e5 (diff)
downloadffmpeg-f73673a770215f2f601ebb6e75d264533f738cc4.tar.gz
sh4: Add ff_ prefix to nonstatic symbols
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavcodec/sh4/dsputil_sh4.h')
-rw-r--r--libavcodec/sh4/dsputil_sh4.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/sh4/dsputil_sh4.h b/libavcodec/sh4/dsputil_sh4.h
index c838c4d6d7..7e8ebbc68e 100644
--- a/libavcodec/sh4/dsputil_sh4.h
+++ b/libavcodec/sh4/dsputil_sh4.h
@@ -22,7 +22,7 @@
#include "libavcodec/avcodec.h"
#include "libavcodec/dsputil.h"
-void idct_sh4(DCTELEM *block);
+void ff_idct_sh4(DCTELEM *block);
void ff_dsputil_init_align(DSPContext* c, AVCodecContext *avctx);
#endif /* AVCODEC_SH4_DSPUTIL_SH4_H */