# HG changeset patch # User reimar # Date 1161976780 0 # Node ID f601726df5014b74586fd5d17a76e9ce3035d356 # Parent e2eafc5f8ce1a463848d4fd4a5d56525420a021b 100l, forgotten "no" for nouse-filedir-conf caused "-use-filedir-conf" option to have no effect. diff -r e2eafc5f8ce1 -r f601726df501 cfg-mplayer.h --- a/cfg-mplayer.h Fri Oct 27 17:15:42 2006 +0000 +++ b/cfg-mplayer.h Fri Oct 27 19:19:40 2006 +0000 @@ -279,7 +279,7 @@ //---------------------- 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},