[Mplayer-cvslog] CVS: main/loader win32.c,1.63,1.64
Arpi of Ize
arpi at mplayerhq.hu
Sun Nov 10 22:04:31 CET 2002
Update of /cvsroot/mplayer/main/loader
In directory mail:/var/tmp.root/cvs-serv19943
Modified Files:
win32.c
Log Message:
use the more stable NEWTYPE critsect code
Index: win32.c
===================================================================
RCS file: /cvsroot/mplayer/main/loader/win32.c,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- win32.c 12 Oct 2002 16:40:56 -0000 1.63
+++ win32.c 10 Nov 2002 21:04:10 -0000 1.64
@@ -1160,8 +1160,8 @@
};
/* 'NEWTYPE' is working with VIVO and 3ivX dll (no more segfaults) -- alex */
-#undef CRITSECS_NEWTYPE
-//#define CRITSECS_NEWTYPE 1
+//#undef CRITSECS_NEWTYPE
+#define CRITSECS_NEWTYPE 1
#ifdef CRITSECS_NEWTYPE
#define CRITSECS_LIST_MAX 20
More information about the MPlayer-cvslog
mailing list