[Mplayer-cvslog] CVS: main/libmpdemux cache2.c,1.19,1.20 dvdnav_stream.c,1.2,1.3 stream.c,1.50,1.51
Arpi of Ize
arpi at mplayerhq.hu
Sun Feb 9 21:18:25 CET 2003
- Previous message: [Mplayer-cvslog] CVS: main/DOCS/Polish users_against_developers.html,1.7,1.8
- Next message: [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
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main/libmpdemux
In directory mail:/var/tmp.root/cvs-serv8273/libmpdemux
Modified Files:
cache2.c dvdnav_stream.c stream.c
Log Message:
linux->osdep
Index: cache2.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/cache2.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- cache2.c 13 Jan 2003 03:08:56 -0000 1.19
+++ cache2.c 9 Feb 2003 20:18:22 -0000 1.20
@@ -17,7 +17,7 @@
#include <sys/types.h>
#include <unistd.h>
-#include "../linux/shmem.h"
+#include "../osdep/shmem.h"
#include "mp_msg.h"
Index: dvdnav_stream.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/dvdnav_stream.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- dvdnav_stream.c 20 May 2002 00:46:29 -0000 1.2
+++ dvdnav_stream.c 9 Feb 2003 20:18:22 -0000 1.3
@@ -7,7 +7,7 @@
#include <unistd.h>
#include <string.h>
#include "mp_msg.h"
-#include "../linux/timer.h"
+#include "../osdep/timer.h"
#include "../input/input.h"
#include "stream.h"
#include "dvdnav_stream.h"
Index: stream.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/stream.c,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- stream.c 12 Jan 2003 20:16:28 -0000 1.50
+++ stream.c 9 Feb 2003 20:18:22 -0000 1.51
@@ -13,7 +13,7 @@
#include "config.h"
#include "mp_msg.h"
#include "help_mp.h"
-#include "../linux/shmem.h"
+#include "../osdep/shmem.h"
#include "stream.h"
#include "demuxer.h"
- Previous message: [Mplayer-cvslog] CVS: main/DOCS/Polish users_against_developers.html,1.7,1.8
- Next message: [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
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list