OSDN Git Service

Add missing headers to pass 'make checkheaders'.
authorDiego Biurrun <diego@biurrun.de>
Wed, 29 Oct 2008 23:43:55 +0000 (23:43 +0000)
committerDiego Biurrun <diego@biurrun.de>
Wed, 29 Oct 2008 23:43:55 +0000 (23:43 +0000)
Originally committed as revision 15745 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/armv4l/mathops.h
libavcodec/i386/idct_xvid.h

index 5364833..e680dce 100644 (file)
@@ -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;\
index 2051ebd..0bf45d5 100644 (file)
@@ -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);