git.videolan.org
/
vlc.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Oops, forgot this file.
[vlc.git]
/
modules
/
misc
/
lua
/
intf.c
diff --git
a/modules/misc/lua/intf.c
b/modules/misc/lua/intf.c
index
87affad
..
c986dcb
100644
(file)
--- a/
modules/misc/lua/intf.c
+++ b/
modules/misc/lua/intf.c
@@
-941,6
+941,8
@@
static struct
/* { "hotkeys", "hotkeys" }, */
{ "luatelnet", "telnet" },
/* { "telnet", "telnet" }, */
+ { "luahttp", "http" },
+ /* { "http", "http" }, */
{ NULL, NULL } };
static vlc_bool_t WordInList( const char *psz_list, const char *psz_word )