mirror of https://github.com/mpv-player/mpv
100l, forgotten "no" for nouse-filedir-conf caused "-use-filedir-conf"
option to have no effect. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20470 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
fce74b2827
commit
0f281eb8d9
|
@ -279,7 +279,7 @@ m_option_t mplayer_opts[]={
|
|||
//---------------------- mplayer-only options ------------------------
|
||||
|
||||
{"use-filedir-conf", &use_filedir_conf, CONF_TYPE_FLAG, CONF_GLOBAL, 0, 1, NULL},
|
||||
{"use-filedir-conf", &use_filedir_conf, CONF_TYPE_FLAG, CONF_GLOBAL, 1, 0, NULL},
|
||||
{"nouse-filedir-conf", &use_filedir_conf, CONF_TYPE_FLAG, CONF_GLOBAL, 1, 0, NULL},
|
||||
#ifdef CRASH_DEBUG
|
||||
{"crash-debug", &crash_debug, CONF_TYPE_FLAG, CONF_GLOBAL, 0, 1, NULL},
|
||||
{"nocrash-debug", &crash_debug, CONF_TYPE_FLAG, CONF_GLOBAL, 1, 0, NULL},
|
||||
|
|
Loading…
Reference in New Issue