[Mplayer-cvslog] CVS: main/libmpcodecs dec_video.c,1.155,1.156 vd_xanim.c,1.10,1.11
Arpi of Ize
arpi at mplayerhq.hu
Sun Feb 9 21:18:54 CET 2003
- Previous message: [Mplayer-cvslog] CVS: main/libmenu menu.c,1.8,1.9 menu_console.c,1.4,1.5 menu_filesel.c,1.8,1.9 menu_list.c,1.2,1.3 menu_param.c,1.1,1.2 menu_txt.c,1.1,1.2
- Next message: [Mplayer-cvslog] CVS: main/libvo vo_xv.c,1.136,1.137
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main/libmpcodecs
In directory mail:/var/tmp.root/cvs-serv8273/libmpcodecs
Modified Files:
dec_video.c vd_xanim.c
Log Message:
linux->osdep
Index: dec_video.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/dec_video.c,v
retrieving revision 1.155
retrieving revision 1.156
diff -u -r1.155 -r1.156
--- dec_video.c 11 Nov 2002 17:28:21 -0000 1.155
+++ dec_video.c 9 Feb 2003 20:18:21 -0000 1.156
@@ -11,8 +11,8 @@
#include "mp_msg.h"
#include "help_mp.h"
-#include "linux/timer.h"
-#include "linux/shmem.h"
+#include "osdep/timer.h"
+#include "osdep/shmem.h"
#include "stream.h"
#include "demuxer.h"
Index: vd_xanim.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/vd_xanim.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- vd_xanim.c 13 Sep 2002 19:08:15 -0000 1.10
+++ vd_xanim.c 9 Feb 2003 20:18:21 -0000 1.11
@@ -40,7 +40,7 @@
#include "mp_msg.h"
#include "bswap.h"
-#include "linux/timer.h"
+#include "osdep/timer.h"
#include "libvo/fastmemcpy.h"
#if 0
- Previous message: [Mplayer-cvslog] CVS: main/libmenu menu.c,1.8,1.9 menu_console.c,1.4,1.5 menu_filesel.c,1.8,1.9 menu_list.c,1.2,1.3 menu_param.c,1.1,1.2 menu_txt.c,1.1,1.2
- Next message: [Mplayer-cvslog] CVS: main/libvo vo_xv.c,1.136,1.137
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list