[FFmpeg-cvslog] r15745 - in trunk/libavcodec: armv4l/mathops.h i386/idct_xvid.h

diego subversion
Thu Oct 30 00:43:56 CET 2008


Author: diego
Date: Thu Oct 30 00:43:55 2008
New Revision: 15745

Log:
Add missing headers to pass 'make checkheaders'.


Modified:
   trunk/libavcodec/armv4l/mathops.h
   trunk/libavcodec/i386/idct_xvid.h

Modified: trunk/libavcodec/armv4l/mathops.h
==============================================================================
--- trunk/libavcodec/armv4l/mathops.h	(original)
+++ trunk/libavcodec/armv4l/mathops.h	Thu Oct 30 00:43:55 2008
@@ -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;\

Modified: trunk/libavcodec/i386/idct_xvid.h
==============================================================================
--- trunk/libavcodec/i386/idct_xvid.h	(original)
+++ trunk/libavcodec/i386/idct_xvid.h	Thu Oct 30 00:43:55 2008
@@ -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);




More information about the ffmpeg-cvslog mailing list