summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer.h
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-07-14 09:27:04 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-07-14 09:27:04 +0000
commitde22e52855efe7491fc0dd06e3ca04ffba2b088c (patch)
tree192e6f447007ef47469fc2e15936eb603fcb10cd /cfg-mplayer.h
parentf50edb709ce78387d6470d317170a5f6cff31562 (diff)
downloadmpv-de22e52855efe7491fc0dd06e3ca04ffba2b088c.tar.bz2
mpv-de22e52855efe7491fc0dd06e3ca04ffba2b088c.tar.xz
-use-stdin renamed to -noconsolecontrols.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12817 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cfg-mplayer.h')
-rw-r--r--cfg-mplayer.h6
1 files changed, 4 insertions, 2 deletions
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"