diff sh4/dsputil_sh4.h @ 11416:9f2381fb271b libavcodec

Add missing includes in bfin and sh4 files
author mru
date Mon, 08 Mar 2010 20:17:51 +0000
parents c166792100a0
children
line wrap: on
line diff
--- a/sh4/dsputil_sh4.h	Mon Mar 08 19:59:54 2010 +0000
+++ b/sh4/dsputil_sh4.h	Mon Mar 08 20:17:51 2010 +0000
@@ -19,6 +19,9 @@
 #ifndef AVCODEC_SH4_DSPUTIL_SH4_H
 #define AVCODEC_SH4_DSPUTIL_SH4_H
 
+#include "libavcodec/avcodec.h"
+#include "libavcodec/dsputil.h"
+
 void idct_sh4(DCTELEM *block);
 void dsputil_init_align(DSPContext* c, AVCodecContext *avctx);