Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
37fa2c88
Commit
37fa2c88
authored
Apr 15, 2007
by
Rémi Denis-Courmont
Browse files
Remove rc-fake-tty from Win32 port since it's explicitly not supported.
parent
851b8a43
Changes
1
Show whitespace changes
Inline
Side-by-side
modules/control/rc.c
View file @
37fa2c88
...
@@ -183,7 +183,7 @@ vlc_module_begin();
...
@@ -183,7 +183,7 @@ vlc_module_begin();
set_subcategory
(
SUBCAT_INTERFACE_MAIN
);
set_subcategory
(
SUBCAT_INTERFACE_MAIN
);
set_description
(
_
(
"Remote control interface"
)
);
set_description
(
_
(
"Remote control interface"
)
);
add_bool
(
"rc-show-pos"
,
0
,
NULL
,
POS_TEXT
,
POS_LONGTEXT
,
VLC_TRUE
);
add_bool
(
"rc-show-pos"
,
0
,
NULL
,
POS_TEXT
,
POS_LONGTEXT
,
VLC_TRUE
);
#ifdef
HAVE_ISATTY
#if
def
ined (
HAVE_ISATTY
) && !defined (WIN32)
add_bool
(
"rc-fake-tty"
,
0
,
NULL
,
TTY_TEXT
,
TTY_LONGTEXT
,
VLC_TRUE
);
add_bool
(
"rc-fake-tty"
,
0
,
NULL
,
TTY_TEXT
,
TTY_LONGTEXT
,
VLC_TRUE
);
#endif
#endif
add_string
(
"rc-unix"
,
0
,
NULL
,
UNIX_TEXT
,
UNIX_LONGTEXT
,
VLC_TRUE
);
add_string
(
"rc-unix"
,
0
,
NULL
,
UNIX_TEXT
,
UNIX_LONGTEXT
,
VLC_TRUE
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment