mirror of https://github.com/mpv-player/mpv
Allow cache to be disabled at commandline.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5388 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
dee3c8d0f0
commit
7498cf7145
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue