[MPlayer-cvslog] r26194 - in trunk/libvo:	gl_common.h	vesa_lvo.h video_out_internal.h videodev_mjpeg.h	vosub_vidix.h	w32_common.h
    Reimar Döffinger 
    Reimar.Doeffinger at stud.uni-karlsruhe.de
       
    Fri Mar  7 21:19:18 CET 2008
    
    
  
On Fri, Mar 07, 2008 at 09:07:15PM +0100, diego wrote:
> Author: diego
> Date: Fri Mar  7 21:07:15 2008
> New Revision: 26194
> 
> Log:
> Add missing header #includes to fix 'make checkheaders'.
> 
> 
> Modified:
>    trunk/libvo/gl_common.h
>    trunk/libvo/vesa_lvo.h
>    trunk/libvo/video_out_internal.h
>    trunk/libvo/videodev_mjpeg.h
>    trunk/libvo/vosub_vidix.h
>    trunk/libvo/w32_common.h
> 
> Modified: trunk/libvo/gl_common.h
> ==============================================================================
> --- trunk/libvo/gl_common.h	(original)
> +++ trunk/libvo/gl_common.h	Fri Mar  7 21:07:15 2008
> @@ -1,6 +1,8 @@
>  #ifndef MPLAYER_GL_COMMON_H
>  #define MPLAYER_GL_COMMON_H
>  
> +#include <stdio.h>
> +
>  #include "mp_msg.h"
>  #include "config.h"
That is quite idiotic, if you want the headers to really work reliably
without extra includes inttypes.h or at least stdint.h is necessary.
Hm, mp_msg.h before config.h is a bit weird here...
    
    
More information about the MPlayer-cvslog
mailing list