[Mplayer-cvslog] CVS: main cfg-common.h,1.32,1.33
    Atmosfear 
    atmos4 at mplayer.dev.hu
       
    Fri Mar 29 03:52:48 CET 2002
    
        - Previous message: [Mplayer-cvslog] CVS: main mencoder.c,1.103,1.104
- Next message: [Mplayer-cvslog] CVS: main Makefile,1.167,1.168 cfg-common.h,1.33,1.34 mencoder.c,1.104,1.105 mplayer.c,1.449,1.450 spudec.c,1.20,1.21 vobsub.c,1.5,1.6 vobsub.h,1.3,1.4
-  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
  
Update of /cvsroot/mplayer/main
In directory mplayer:/var/tmp.root/cvs-serv16179
Modified Files:
	cfg-common.h 
Log Message:
Allow cache to be disabled at commandline.
Index: cfg-common.h
===================================================================
RCS file: /cvsroot/mplayer/main/cfg-common.h,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- cfg-common.h	28 Mar 2002 20:39:44 -0000	1.32
+++ cfg-common.h	29 Mar 2002 02:52:45 -0000	1.33
@@ -3,6 +3,7 @@
 
 #ifdef USE_STREAM_CACHE
 	{"cache", &stream_cache_size, CONF_TYPE_INT, CONF_RANGE, 4, 65536, NULL},
+	{"nocache", &stream_cache_size, CONF_TYPE_FLAG, 0, 1, 0, NULL},
 #else
 	{"cache", "MPlayer was compiled WITHOUT cache2 support\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL},
 #endif
    
    
        
	- Previous message: [Mplayer-cvslog] CVS: main mencoder.c,1.103,1.104
- Next message: [Mplayer-cvslog] CVS: main Makefile,1.167,1.168 cfg-common.h,1.33,1.34 mencoder.c,1.104,1.105 mplayer.c,1.449,1.450 spudec.c,1.20,1.21 vobsub.c,1.5,1.6 vobsub.h,1.3,1.4
-  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
More information about the MPlayer-cvslog
mailing list