From 01f54021dcccc74292f29d236d823f3539a55a43 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Wed, 29 Oct 2008 23:43:55 +0000 Subject: Add missing headers to pass 'make checkheaders'. Originally committed as revision 15745 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/armv4l/mathops.h | 3 +++ libavcodec/i386/idct_xvid.h | 2 ++ 2 files changed, 5 insertions(+) (limited to 'libavcodec') diff --git a/libavcodec/armv4l/mathops.h b/libavcodec/armv4l/mathops.h index 5364833b78..e680dce071 100644 --- a/libavcodec/armv4l/mathops.h +++ b/libavcodec/armv4l/mathops.h @@ -22,6 +22,9 @@ #ifndef AVCODEC_ARMV4L_MATHOPS_H #define AVCODEC_ARMV4L_MATHOPS_H +#include +#include "libavutil/common.h" + #ifdef FRAC_BITS # define MULL(a, b) \ ({ int lo, hi;\ diff --git a/libavcodec/i386/idct_xvid.h b/libavcodec/i386/idct_xvid.h index 2051ebd591..0bf45d5d11 100644 --- 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 + void ff_idct_xvid_mmx(short *block); void ff_idct_xvid_mmx2(short *block); void ff_idct_xvid_sse2(short *block); -- cgit v1.2.3