[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


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




More information about the MPlayer-cvslog mailing list