diff options
author | Diego Biurrun <diego@biurrun.de> | 2008-05-09 14:34:52 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2008-05-09 14:34:52 +0000 |
commit | a12b44d7fb8726217b3530c13c79d21e6523eb5a (patch) | |
tree | 8cc3744ab46116cf95c6b0045181ce7ed21c2921 | |
parent | 20cd685ae8ec274f2295b524989fceb3e58a01f0 (diff) | |
download | ffmpeg-a12b44d7fb8726217b3530c13c79d21e6523eb5a.tar.gz |
Add missing required header directly.
Originally committed as revision 13103 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavcodec/i386/vp3dsp_mmx.h | 1 |
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); |