git.videolan.org
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add missing headers to pass 'make checkheaders'.
[ffmpeg.git]
/
libavcodec
/
i386
/
idct_xvid.h
diff --git
a/libavcodec/i386/idct_xvid.h
b/libavcodec/i386/idct_xvid.h
index
2051ebd
..
0bf45d5
100644
(file)
--- a/
libavcodec/i386/idct_xvid.h
+++ b/
libavcodec/i386/idct_xvid.h
@@
-26,6
+26,8
@@
#ifndef AVCODEC_I386_IDCT_XVID_H
#define AVCODEC_I386_IDCT_XVID_H
+#include <stdint.h>
+
void ff_idct_xvid_mmx(short *block);
void ff_idct_xvid_mmx2(short *block);
void ff_idct_xvid_sse2(short *block);