[Mplayer-cvslog] CVS: main/osdep shmem.c,1.10,1.11
    Sascha Sommer CVS 
    faust3 at mplayerhq.hu
       
    Mon May 26 20:35:45 CEST 2003
    
    
  
Update of /cvsroot/mplayer/main/osdep
In directory mail:/var/tmp.root/cvs-serv24320/osdep
Modified Files:
	shmem.c 
Log Message:
use threads on windows
Index: shmem.c
===================================================================
RCS file: /cvsroot/mplayer/main/osdep/shmem.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- shmem.c	12 Apr 2003 13:52:21 -0000	1.10
+++ shmem.c	26 May 2003 18:35:42 -0000	1.11
@@ -8,7 +8,7 @@
 
 #include "../config.h"
 
-#ifdef USE_STREAM_CACHE
+#if defined(USE_STREAM_CACHE) && !defined(WIN32)
 
 #include <stdio.h>
 #include <stdlib.h>
    
    
More information about the MPlayer-cvslog
mailing list