[FFmpeg-cvslog] r25078 - trunk/libavcodec/a64colors.h
    diego 
    subversion
       
    Wed Sep  8 17:34:14 CEST 2010
    
    
  
Author: diego
Date: Wed Sep  8 17:34:13 2010
New Revision: 25078
Log:
Add missing stdint.h #include; necessary to pass 'make checkheaders'.
Modified:
   trunk/libavcodec/a64colors.h
Modified: trunk/libavcodec/a64colors.h
==============================================================================
--- trunk/libavcodec/a64colors.h	Wed Sep  8 17:10:36 2010	(r25077)
+++ trunk/libavcodec/a64colors.h	Wed Sep  8 17:34:13 2010	(r25078)
@@ -27,6 +27,8 @@
 #ifndef AVCODEC_A64COLORS_H
 #define AVCODEC_A64COLORS_H
 
+#include <stdint.h>
+
 /* c64 palette in RGB */
 static const uint8_t a64_palette[16][3] = {
     {0x00, 0x00, 0x00},
    
    
More information about the ffmpeg-cvslog
mailing list