[Mplayer-cvslog] CVS: main/libvo gtf.h,1.1,1.2 video_out.c,1.65,1.66 vo_aa.c,1.37,1.38 vo_dfbmga.c,1.8,1.9 vo_directfb.c,1.25,1.26 vo_directfb2.c,1.6,1.7 vo_directx.c,1.11,1.12 vo_ggi.c,1.26,1.27 vo_sdl.c,1.99,1.100 vo_vesa.c,1.86,1.87 vo_xmga.c,1.82,1.83 x11_common.c,1.138,1.139
Arpi of Ize
arpi at mplayerhq.hu
Sun Feb 9 21:18:26 CET 2003
- Previous message: [Mplayer-cvslog] CVS: main/libmpdemux cache2.c,1.19,1.20 dvdnav_stream.c,1.2,1.3 stream.c,1.50,1.51
- Next message: [Mplayer-cvslog] CVS: main Makefile,1.249,1.250 mencoder.c,1.204,1.205 mplayer.c,1.680,1.681
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main/libvo
In directory mail:/var/tmp.root/cvs-serv8273/libvo
Modified Files:
gtf.h video_out.c vo_aa.c vo_dfbmga.c vo_directfb.c
vo_directfb2.c vo_directx.c vo_ggi.c vo_sdl.c vo_vesa.c
vo_xmga.c x11_common.c
Log Message:
linux->osdep
Index: gtf.h
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/gtf.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gtf.h 22 Aug 2002 23:03:50 -0000 1.1
+++ gtf.h 9 Feb 2003 20:18:23 -0000 1.2
@@ -1,7 +1,7 @@
#ifndef __GTF_H
#define __GTF_H
-#include "linux/vbelib.h"
+#include "osdep/vbelib.h"
#define GTF_VF 0
#define GTF_HF 1
Index: video_out.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/video_out.c,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- video_out.c 3 Jan 2003 05:10:44 -0000 1.65
+++ video_out.c 9 Feb 2003 20:18:23 -0000 1.66
@@ -15,7 +15,7 @@
#include "mp_msg.h"
#include "help_mp.h"
-#include "../linux/shmem.h"
+#include "../osdep/shmem.h"
//int vo_flags=0;
Index: vo_aa.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_aa.c,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- vo_aa.c 30 Jan 2003 19:58:43 -0000 1.37
+++ vo_aa.c 9 Feb 2003 20:18:23 -0000 1.38
@@ -31,7 +31,7 @@
#include "font_load.h"
#include "sub.h"
-#include "linux/keycodes.h"
+#include "osdep/keycodes.h"
#include <aalib.h>
#include "cfgparser.h"
#include "mp_msg.h"
Index: vo_dfbmga.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_dfbmga.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- vo_dfbmga.c 19 Jan 2003 15:41:26 -0000 1.8
+++ vo_dfbmga.c 9 Feb 2003 20:18:23 -0000 1.9
@@ -1058,7 +1058,7 @@
extern void mplayer_put_key( int code );
-#include "../linux/keycodes.h"
+#include "../osdep/keycodes.h"
static void
check_events( void )
Index: vo_directfb.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_directfb.c,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- vo_directfb.c 22 Dec 2002 16:31:05 -0000 1.25
+++ vo_directfb.c 9 Feb 2003 20:18:23 -0000 1.26
@@ -1411,7 +1411,7 @@
extern void mplayer_put_key(int code);
-#include "../linux/keycodes.h"
+#include "../osdep/keycodes.h"
static void check_events(void)
{
Index: vo_directfb2.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_directfb2.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- vo_directfb2.c 29 Dec 2002 18:07:18 -0000 1.6
+++ vo_directfb2.c 9 Feb 2003 20:18:23 -0000 1.7
@@ -675,7 +675,7 @@
extern void mplayer_put_key(int code);
-#include "../linux/keycodes.h"
+#include "../osdep/keycodes.h"
static void check_events(void)
{
Index: vo_directx.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_directx.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- vo_directx.c 30 Dec 2002 23:31:40 -0000 1.11
+++ vo_directx.c 9 Feb 2003 20:18:23 -0000 1.12
@@ -28,7 +28,7 @@
#include "video_out_internal.h"
#include "fastmemcpy.h"
#include "../input/input.h"
-#include "../linux/keycodes.h"
+#include "../osdep/keycodes.h"
#include "../mp_msg.h"
#include "aspect.h"
Index: vo_ggi.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_ggi.c,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- vo_ggi.c 11 Nov 2002 15:20:26 -0000 1.26
+++ vo_ggi.c 9 Feb 2003 20:18:23 -0000 1.27
@@ -531,7 +531,7 @@
}
/* EVENT handling */
-#include "../linux/keycodes.h"
+#include "../osdep/keycodes.h"
extern void mplayer_put_key(int code);
static void check_events(void)
Index: vo_sdl.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_sdl.c,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -r1.99 -r1.100
--- vo_sdl.c 13 Jan 2003 01:20:21 -0000 1.99
+++ vo_sdl.c 9 Feb 2003 20:18:23 -0000 1.100
@@ -1159,7 +1159,7 @@
* returns : doesn't return
**/
-#include "../linux/keycodes.h"
+#include "../osdep/keycodes.h"
extern void mplayer_put_key(int code);
#define shift_key (event.key.keysym.mod==(KMOD_LSHIFT||KMOD_RSHIFT))
Index: vo_vesa.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_vesa.c,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -r1.86 -r1.87
--- vo_vesa.c 29 Jan 2003 23:28:55 -0000 1.86
+++ vo_vesa.c 9 Feb 2003 20:18:23 -0000 1.87
@@ -36,7 +36,7 @@
#include "fastmemcpy.h"
#include "sub.h"
-#include "linux/vbelib.h"
+#include "osdep/vbelib.h"
#include "bswap.h"
#include "aspect.h"
#include "vesa_lvo.h"
Index: vo_xmga.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_xmga.c,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -r1.82 -r1.83
--- vo_xmga.c 11 Nov 2002 15:20:26 -0000 1.82
+++ vo_xmga.c 9 Feb 2003 20:18:23 -0000 1.83
@@ -38,7 +38,7 @@
#include "aspect.h"
#ifdef SHOW_TIME
-#include "../linux/timer.h"
+#include "../osdep/timer.h"
static unsigned int timer=0;
static unsigned int timerd=0;
#endif
Index: x11_common.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/x11_common.c,v
retrieving revision 1.138
retrieving revision 1.139
diff -u -r1.138 -r1.139
--- x11_common.c 8 Feb 2003 10:01:59 -0000 1.138
+++ x11_common.c 9 Feb 2003 20:18:23 -0000 1.139
@@ -399,7 +399,7 @@
mDisplay=NULL;
}
-#include "../linux/keycodes.h"
+#include "../osdep/keycodes.h"
#include "wskeys.h"
extern void mplayer_put_key(int code);
- Previous message: [Mplayer-cvslog] CVS: main/libmpdemux cache2.c,1.19,1.20 dvdnav_stream.c,1.2,1.3 stream.c,1.50,1.51
- Next message: [Mplayer-cvslog] CVS: main Makefile,1.249,1.250 mencoder.c,1.204,1.205 mplayer.c,1.680,1.681
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list