CVS: main/TOOLS cache2.c,1.1,1.2
Update of /cvsroot/mplayer/main/TOOLS In directory mail:/var/tmp.root/cvs-serv8273/TOOLS Modified Files: cache2.c Log Message: linux->osdep Index: cache2.c =================================================================== RCS file: /cvsroot/mplayer/main/TOOLS/cache2.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- cache2.c 18 Jul 2001 01:28:01 -0000 1.1 +++ cache2.c 9 Feb 2003 20:18:17 -0000 1.2 @@ -1,5 +1,5 @@ -// gcc cache2.c ../linux/shmem.o -o cache2 +// gcc cache2.c ../osdep/shmem.o -o cache2 // Initial draft of my new cache system... // includes some simulation code, using usleep() to emulate limited bandwith @@ -11,7 +11,7 @@ #include <stdio.h> #include <stdlib.h> #include <string.h> -#include "../linux/shmem.h" +#include "../osdep/shmem.h" typedef struct { // constats:
participants (1)
-
Arpi of Ize