summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer.h
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-10-27 19:19:40 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-10-27 19:19:40 +0000
commit0f281eb8d991ab94a23de88573709392fc397764 (patch)
tree51f55f649d0596630beab8cbb3c43058290ac934 /cfg-mplayer.h
parentfce74b2827a3c8e8554ea66dc2873526d8fd39eb (diff)
downloadmpv-0f281eb8d991ab94a23de88573709392fc397764.tar.bz2
mpv-0f281eb8d991ab94a23de88573709392fc397764.tar.xz
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
Diffstat (limited to 'cfg-mplayer.h')
-rw-r--r--cfg-mplayer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cfg-mplayer.h b/cfg-mplayer.h
index 62b6eac153..0d2f7e1c14 100644
--- a/cfg-mplayer.h
+++ b/cfg-mplayer.h
@@ -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},