[MPlayer-cvslog] r30208 - in trunk: fmt-conversion.h libvo/font_load.h libvo/x11_common.h loader/qt_fv.h
diego
subversion at mplayerhq.hu
Mon Jan 4 20:04:33 CET 2010
Author: diego
Date: Mon Jan 4 20:04:33 2010
New Revision: 30208
Log:
Add missing header #includes to fix 'make checkheaders'.
Modified:
trunk/fmt-conversion.h
trunk/libvo/font_load.h
trunk/libvo/x11_common.h
trunk/loader/qt_fv.h
Modified: trunk/fmt-conversion.h
==============================================================================
--- trunk/fmt-conversion.h Mon Jan 4 19:58:35 2010 (r30207)
+++ trunk/fmt-conversion.h Mon Jan 4 20:04:33 2010 (r30208)
@@ -1,6 +1,7 @@
#ifndef MPLAYER_FMT_CONVERSION_H
#define MPLAYER_FMT_CONVERSION_H
+#include "config.h"
#include "libavutil/avutil.h"
enum PixelFormat imgfmt2pixfmt(int fmt);
Modified: trunk/libvo/font_load.h
==============================================================================
--- trunk/libvo/font_load.h Mon Jan 4 19:58:35 2010 (r30207)
+++ trunk/libvo/font_load.h Mon Jan 4 20:04:33 2010 (r30208)
@@ -19,6 +19,8 @@
#ifndef MPLAYER_FONT_LOAD_H
#define MPLAYER_FONT_LOAD_H
+#include "config.h"
+
#ifdef CONFIG_FREETYPE
#include <ft2build.h>
#include FT_FREETYPE_H
Modified: trunk/libvo/x11_common.h
==============================================================================
--- trunk/libvo/x11_common.h Mon Jan 4 19:58:35 2010 (r30207)
+++ trunk/libvo/x11_common.h Mon Jan 4 20:04:33 2010 (r30208)
@@ -19,6 +19,7 @@
#ifndef MPLAYER_X11_COMMON_H
#define MPLAYER_X11_COMMON_H
+#include <stdint.h>
#include <X11/Xlib.h>
#include <X11/Xutil.h>
Modified: trunk/loader/qt_fv.h
==============================================================================
--- trunk/loader/qt_fv.h Mon Jan 4 19:58:35 2010 (r30207)
+++ trunk/loader/qt_fv.h Mon Jan 4 20:04:33 2010 (r30208)
@@ -1,6 +1,8 @@
#ifndef MPLAYER_QT_FV_H
#define MPLAYER_QT_FV_H
+#include <stddef.h>
+
typedef struct qt_fv_s {
unsigned int id;
char* name;
More information about the MPlayer-cvslog
mailing list