summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2008-05-09 14:34:52 +0000
committerDiego Biurrun <diego@biurrun.de>2008-05-09 14:34:52 +0000
commita12b44d7fb8726217b3530c13c79d21e6523eb5a (patch)
tree8cc3744ab46116cf95c6b0045181ce7ed21c2921
parent20cd685ae8ec274f2295b524989fceb3e58a01f0 (diff)
Add missing required header directly.
Originally committed as revision 13103 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r--libavcodec/i386/vp3dsp_mmx.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/i386/vp3dsp_mmx.h b/libavcodec/i386/vp3dsp_mmx.h
index 3382356368..7d1c38d1a5 100644
--- a/libavcodec/i386/vp3dsp_mmx.h
+++ b/libavcodec/i386/vp3dsp_mmx.h
@@ -22,6 +22,7 @@
#ifndef FFMPEG_VP3DSP_MMX_H
#define FFMPEG_VP3DSP_MMX_H
+#include <stdint.h>
#include "libavcodec/dsputil.h"
void ff_vp3_idct_mmx(int16_t *data);