diff options
author | Aurelien Jacobs <aurel@gnuage.org> | 2007-12-12 22:45:03 +0000 |
---|---|---|
committer | Aurelien Jacobs <aurel@gnuage.org> | 2007-12-12 22:45:03 +0000 |
commit | 1b77e8775670e3d2533b931f6f2a2e7f31ba2181 (patch) | |
tree | 5a4a3bc6a70535531922b8118e4a1f2f6eacb514 /libavcodec | |
parent | 569cb218f8e8b29d95f75aa8edd39a1c2143f936 (diff) | |
download | ffmpeg-1b77e8775670e3d2533b931f6f2a2e7f31ba2181.tar.gz |
add required include to make this file self-contained
Originally committed as revision 11211 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/i386/dsputil_mmx.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/i386/dsputil_mmx.h b/libavcodec/i386/dsputil_mmx.h index 8c92c830ae..fc5d01e70b 100644 --- a/libavcodec/i386/dsputil_mmx.h +++ b/libavcodec/i386/dsputil_mmx.h @@ -22,6 +22,8 @@ #ifndef FFMPEG_DSPUTIL_MMX_H #define FFMPEG_DSPUTIL_MMX_H +#include <stdint.h> + extern const uint64_t ff_bone; extern const uint64_t ff_wtwo; |