summaryrefslogtreecommitdiff
path: root/libavcodec/sh4
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2010-03-08 20:17:51 +0000
committerMåns Rullgård <mans@mansr.com>2010-03-08 20:17:51 +0000
commitdd14a04e4a5e05e1fe88ba3acf7029df64344e3c (patch)
tree2177db6c4d0d79f19672a7e1ef7808949344b5c1 /libavcodec/sh4
parentf89c14027a877187eb99767781bd5b12c7516a2a (diff)
downloadffmpeg-dd14a04e4a5e05e1fe88ba3acf7029df64344e3c.tar.gz
Add missing includes in bfin and sh4 files
Originally committed as revision 22342 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/sh4')
-rw-r--r--libavcodec/sh4/dsputil_sh4.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavcodec/sh4/dsputil_sh4.h b/libavcodec/sh4/dsputil_sh4.h
index cd89196c30..2c1f77c770 100644
--- a/libavcodec/sh4/dsputil_sh4.h
+++ b/libavcodec/sh4/dsputil_sh4.h
@@ -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);