From de22e52855efe7491fc0dd06e3ca04ffba2b088c Mon Sep 17 00:00:00 2001 From: diego Date: Wed, 14 Jul 2004 09:27:04 +0000 Subject: -use-stdin renamed to -noconsolecontrols. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12817 b3059339-0415-0410-9bf9-f77b7e298cf2 --- cfg-mplayer.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'cfg-mplayer.h') diff --git a/cfg-mplayer.h b/cfg-mplayer.h index ffe31bb8e6..1078046d6a 100644 --- a/cfg-mplayer.h +++ b/cfg-mplayer.h @@ -4,7 +4,7 @@ #include "cfg-common.h" -extern int use_stdin; +extern int noconsolecontrols; #if defined(HAVE_FBDEV)||defined(HAVE_VESA) extern char *monitor_hfreq_str; @@ -417,7 +417,9 @@ m_option_t mplayer_opts[]={ #endif {"slave", &slave_mode, CONF_TYPE_FLAG,CONF_GLOBAL , 0, 1, NULL}, - {"use-stdin", &use_stdin, CONF_TYPE_FLAG, CONF_GLOBAL, 0, 1, NULL}, + {"use-stdin", "-use-stdin has been renamed to -noconsolecontrols, use that instead.", CONF_TYPE_PRINT, 0, 0, 0, NULL}, + {"noconsolecontrols", &noconsolecontrols, CONF_TYPE_FLAG, CONF_GLOBAL, 0, 1, NULL}, + {"consolecontrols", &noconsolecontrols, CONF_TYPE_FLAG, CONF_GLOBAL, 0, 0, NULL}, #define MAIN_CONF #include "cfg-common.h" -- cgit v1.2.3