[MPlayer-cvslog] r30213 - in trunk/loader: dmo/DMO_AudioDecoder.h dmo/DMO_VideoDecoder.h dshow/DS_AudioDecoder.h dshow/DS_VideoDecoder.h registry.h wine/objbase.h wine/vfw.h wine/winuser.h
diego
subversion at mplayerhq.hu
Mon Jan 4 21:36:27 CET 2010
Author: diego
Date: Mon Jan 4 21:36:27 2010
New Revision: 30213
Log:
Add required header #includes to satisfy 'make checkheaders'.
Modified:
trunk/loader/dmo/DMO_AudioDecoder.h
trunk/loader/dmo/DMO_VideoDecoder.h
trunk/loader/dshow/DS_AudioDecoder.h
trunk/loader/dshow/DS_VideoDecoder.h
trunk/loader/registry.h
trunk/loader/wine/objbase.h
trunk/loader/wine/vfw.h
trunk/loader/wine/winuser.h
Modified: trunk/loader/dmo/DMO_AudioDecoder.h
==============================================================================
--- trunk/loader/dmo/DMO_AudioDecoder.h Mon Jan 4 21:32:23 2010 (r30212)
+++ trunk/loader/dmo/DMO_AudioDecoder.h Mon Jan 4 21:36:27 2010 (r30213)
@@ -1,6 +1,9 @@
#ifndef MPLAYER_DMO_AUDIODECODER_H
#define MPLAYER_DMO_AUDIODECODER_H
+#include "loader/com.h"
+#include "loader/wine/mmreg.h"
+
typedef struct DMO_AudioDecoder DMO_AudioDecoder;
//DMO_AudioDecoder * DMO_AudioDecoder_Create(const CodecInfo * info, const WAVEFORMATEX* wf);
Modified: trunk/loader/dmo/DMO_VideoDecoder.h
==============================================================================
--- trunk/loader/dmo/DMO_VideoDecoder.h Mon Jan 4 21:32:23 2010 (r30212)
+++ trunk/loader/dmo/DMO_VideoDecoder.h Mon Jan 4 21:36:27 2010 (r30213)
@@ -1,6 +1,9 @@
#ifndef MPLAYER_DMO_VIDEODECODER_H
#define MPLAYER_DMO_VIDEODECODER_H
+#include "loader/com.h"
+#include "loader/wine/vfw.h"
+
typedef struct DMO_VideoDecoder DMO_VideoDecoder;
int DMO_VideoDecoder_GetCapabilities(DMO_VideoDecoder *this);
Modified: trunk/loader/dshow/DS_AudioDecoder.h
==============================================================================
--- trunk/loader/dshow/DS_AudioDecoder.h Mon Jan 4 21:32:23 2010 (r30212)
+++ trunk/loader/dshow/DS_AudioDecoder.h Mon Jan 4 21:36:27 2010 (r30213)
@@ -1,6 +1,9 @@
#ifndef MPLAYER_DS_AUDIODECODER_H
#define MPLAYER_DS_AUDIODECODER_H
+#include "loader/com.h"
+#include "loader/wine/mmreg.h"
+
typedef struct DS_AudioDecoder DS_AudioDecoder;
//DS_AudioDecoder * DS_AudioDecoder_Create(const CodecInfo * info, const WAVEFORMATEX* wf);
Modified: trunk/loader/dshow/DS_VideoDecoder.h
==============================================================================
--- trunk/loader/dshow/DS_VideoDecoder.h Mon Jan 4 21:32:23 2010 (r30212)
+++ trunk/loader/dshow/DS_VideoDecoder.h Mon Jan 4 21:36:27 2010 (r30213)
@@ -1,6 +1,9 @@
#ifndef MPLAYER_DS_VIDEODECODER_H
#define MPLAYER_DS_VIDEODECODER_H
+#include "loader/com.h"
+#include "loader/wine/vfw.h"
+
typedef struct DS_VideoDecoder DS_VideoDecoder;
int DS_VideoDecoder_GetCapabilities(DS_VideoDecoder *this);
Modified: trunk/loader/registry.h
==============================================================================
--- trunk/loader/registry.h Mon Jan 4 21:32:23 2010 (r30212)
+++ trunk/loader/registry.h Mon Jan 4 21:36:27 2010 (r30213)
@@ -17,6 +17,8 @@
extern "C" {
#endif
+#include "wine/winbase.h"
+
void free_registry(void);
long __stdcall RegOpenKeyExA(long key, const char* subkey, long reserved,
Modified: trunk/loader/wine/objbase.h
==============================================================================
--- trunk/loader/wine/objbase.h Mon Jan 4 21:32:23 2010 (r30212)
+++ trunk/loader/wine/objbase.h Mon Jan 4 21:36:27 2010 (r30213)
@@ -1,6 +1,8 @@
#ifndef MPLAYER_OBJBASE_H
#define MPLAYER_OBJBASE_H
+#include "windef.h"
+
#ifndef STDCALL
#define STDCALL __attribute__((__stdcall__))
#endif
Modified: trunk/loader/wine/vfw.h
==============================================================================
--- trunk/loader/wine/vfw.h Mon Jan 4 21:32:23 2010 (r30212)
+++ trunk/loader/wine/vfw.h Mon Jan 4 21:36:27 2010 (r30213)
@@ -10,6 +10,8 @@
extern "C" {
#endif
+#include "windef.h"
+
typedef struct __attribute__((__packed__))
{
short bfType;
Modified: trunk/loader/wine/winuser.h
==============================================================================
--- trunk/loader/wine/winuser.h Mon Jan 4 21:32:23 2010 (r30212)
+++ trunk/loader/wine/winuser.h Mon Jan 4 21:36:27 2010 (r30213)
@@ -9,6 +9,7 @@
extern "C" {
#endif
+#include "windef.h"
#include "pshpack1.h"
/* flags for HIGHCONTRAST dwFlags field */
More information about the MPlayer-cvslog
mailing list