diff sh4/idct_sh4.c @ 11400:c166792100a0 libavcodec

sh4: move dsputil prototypes to header file
author mru
date Mon, 08 Mar 2010 02:36:22 +0000
parents cf5183ff0417
children
line wrap: on
line diff
--- a/sh4/idct_sh4.c	Mon Mar 08 02:36:16 2010 +0000
+++ b/sh4/idct_sh4.c	Mon Mar 08 02:36:22 2010 +0000
@@ -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) */