mirror of
https://github.com/mpv-player/mpv
synced 2024-11-03 03:19:24 +01:00
100l for missing #ifdef in previous commit
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15044 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
14ecebe920
commit
b31327737d
@ -6,7 +6,9 @@
|
||||
{"verbose", &verbose, CONF_TYPE_INT, CONF_RANGE|CONF_GLOBAL, 0, 100, NULL},
|
||||
{"v", cfg_inc_verbose, CONF_TYPE_FUNC, CONF_GLOBAL|CONF_NOSAVE, 0, 0, NULL},
|
||||
{"include", cfg_include, CONF_TYPE_FUNC_PARAM, CONF_NOSAVE, 0, 0, NULL},
|
||||
#ifdef WIN32
|
||||
{"priority", &proc_priority, CONF_TYPE_STRING, 0, 0, 0, NULL},
|
||||
#endif
|
||||
|
||||
// ------------------------- stream options --------------------
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user