[MPlayer-cvslog] r32444 - in trunk/drivers: 3dfx.h mga_vid.h radeon_vid.h tdfx_vid.h

diego subversion at mplayerhq.hu
Tue Oct 5 22:51:06 CEST 2010


Author: diego
Date: Tue Oct  5 22:51:05 2010
New Revision: 32444

Log:
Add necessary #includes to make headers compile standalone.

Modified:
   trunk/drivers/3dfx.h
   trunk/drivers/mga_vid.h
   trunk/drivers/radeon_vid.h
   trunk/drivers/tdfx_vid.h

Modified: trunk/drivers/3dfx.h
==============================================================================
--- trunk/drivers/3dfx.h	Tue Oct  5 22:24:03 2010	(r32443)
+++ trunk/drivers/3dfx.h	Tue Oct  5 22:51:05 2010	(r32444)
@@ -22,6 +22,8 @@
 #ifndef MPLAYER_3DFX_H
 #define MPLAYER_3DFX_H
 
+#include <linux/types.h>
+
 #define VOODOO_IO_REG_OFFSET     ((unsigned long int)0x0000000)
 #define VOODOO_YUV_REG_OFFSET    ((unsigned long int)0x0080100)
 #define VOODOO_AGP_REG_OFFSET    ((unsigned long int)0x0080000)

Modified: trunk/drivers/mga_vid.h
==============================================================================
--- trunk/drivers/mga_vid.h	Tue Oct  5 22:24:03 2010	(r32443)
+++ trunk/drivers/mga_vid.h	Tue Oct  5 22:51:05 2010	(r32444)
@@ -24,6 +24,8 @@
 #ifndef MGA_VID_H
 #define MGA_VID_H
 
+#include <linux/types.h>
+
 typedef struct mga_vid_config_s
 {
 uint16_t version;

Modified: trunk/drivers/radeon_vid.h
==============================================================================
--- trunk/drivers/radeon_vid.h	Tue Oct  5 22:24:03 2010	(r32443)
+++ trunk/drivers/radeon_vid.h	Tue Oct  5 22:51:05 2010	(r32444)
@@ -25,6 +25,8 @@
 #ifndef MPLAYER_RADEON_VID_H
 #define MPLAYER_RADEON_VID_H
 
+#include <linux/types.h>
+
 typedef struct mga_vid_config_s
 {
 uint16_t version;

Modified: trunk/drivers/tdfx_vid.h
==============================================================================
--- trunk/drivers/tdfx_vid.h	Tue Oct  5 22:24:03 2010	(r32443)
+++ trunk/drivers/tdfx_vid.h	Tue Oct  5 22:51:05 2010	(r32444)
@@ -21,6 +21,8 @@
 #ifndef MPLAYER_TDFX_VID_H
 #define MPLAYER_TDFX_VID_H
 
+#include <linux/types.h>
+
 #define TDFX_VID_VERSION 1
 
 #define TDFX_VID_MOVE_2_PACKED  0


More information about the MPlayer-cvslog mailing list