1
mirror of https://github.com/mpv-player/mpv synced 2024-09-05 02:48:21 +02: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:
wight 2005-04-02 18:43:18 +00:00
parent 14ecebe920
commit b31327737d

View File

@ -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 --------------------