aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/sh4/idct_sh4.c
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2010-03-08 02:36:22 +0000
committerMåns Rullgård <mans@mansr.com>2010-03-08 02:36:22 +0000
commitb903fe9137c1ffefc91c1a3713a9bc1444709330 (patch)
tree22c6185b33fd252bfe957c5d755e3e6f59d97926 /libavcodec/sh4/idct_sh4.c
parent67e19a9e4b6b48ecedc6a64210ef6f69edce9119 (diff)
downloadffmpeg-b903fe9137c1ffefc91c1a3713a9bc1444709330.tar.gz
sh4: move dsputil prototypes to header file
Originally committed as revision 22312 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/sh4/idct_sh4.c')
-rw-r--r--libavcodec/sh4/idct_sh4.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/sh4/idct_sh4.c b/libavcodec/sh4/idct_sh4.c
index 5c461e7917..8d1a31670f 100644
--- a/libavcodec/sh4/idct_sh4.c
+++ b/libavcodec/sh4/idct_sh4.c
@@ -21,6 +21,7 @@
*/
#include "libavcodec/dsputil.h"
+#include "dsputil_sh4.h"
#include "sh4.h"
#define c1 1.38703984532214752434 /* sqrt(2)*cos(1*pi/16) */