Mercurial > libavcodec.hg
changeset 8084:8547a4ae101b libavcodec
Add missing headers to pass 'make checkheaders'.
author | diego |
---|---|
date | Wed, 29 Oct 2008 23:43:55 +0000 |
parents | 1fe764a5c33e |
children | 17b40776c5ce |
files | armv4l/mathops.h i386/idct_xvid.h |
diffstat | 2 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/armv4l/mathops.h Wed Oct 29 23:07:49 2008 +0000 +++ b/armv4l/mathops.h Wed Oct 29 23:43:55 2008 +0000 @@ -22,6 +22,9 @@ #ifndef AVCODEC_ARMV4L_MATHOPS_H #define AVCODEC_ARMV4L_MATHOPS_H +#include <stdint.h> +#include "libavutil/common.h" + #ifdef FRAC_BITS # define MULL(a, b) \ ({ int lo, hi;\
--- a/i386/idct_xvid.h Wed Oct 29 23:07:49 2008 +0000 +++ b/i386/idct_xvid.h Wed Oct 29 23:43:55 2008 +0000 @@ -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);