[Mplayer-cvslog] CVS: main/osdep shmem.c,1.8,1.9

Sascha Sommer CVS faust3 at mplayerhq.hu
Wed Apr 2 18:40:35 CEST 2003


Update of /cvsroot/mplayer/main/osdep
In directory mail:/var/tmp.root/cvs-serv11761/osdep

Modified Files:
	shmem.c 
Log Message:
atm shmem.c is only needed for cache2

Index: shmem.c
===================================================================
RCS file: /cvsroot/mplayer/main/osdep/shmem.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- shmem.c	23 May 2002 15:16:03 -0000	1.8
+++ shmem.c	2 Apr 2003 16:40:02 -0000	1.9
@@ -8,6 +8,8 @@
 
 #include "../config.h"
 
+#ifdef USE_STREAM_CACHE
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
@@ -105,3 +107,5 @@
       break;
   }
 }
+
+#endif



More information about the MPlayer-cvslog mailing list