[MPlayer-cvslog] r20470 - trunk/cfg-mplayer.h
reimar
subversion at mplayerhq.hu
Fri Oct 27 21:19:40 CEST 2006
Author: reimar
Date: Fri Oct 27 21:19:40 2006
New Revision: 20470
Modified:
trunk/cfg-mplayer.h
Log:
100l, forgotten "no" for nouse-filedir-conf caused "-use-filedir-conf"
option to have no effect.
Modified: trunk/cfg-mplayer.h
==============================================================================
--- trunk/cfg-mplayer.h (original)
+++ trunk/cfg-mplayer.h Fri Oct 27 21:19:40 2006
@@ -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},
More information about the MPlayer-cvslog
mailing list