[vlc-commits] luahttp: files forgotten in previous commit
Jean-Baptiste Kempf
git at videolan.org
Thu Apr 21 14:07:17 CEST 2011
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Apr 21 14:06:53 2011 +0200| [5e6a8181bebc4275710808ab9dc68d12075fc481] | committer: Jean-Baptiste Kempf
luahttp: files forgotten in previous commit
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5e6a8181bebc4275710808ab9dc68d12075fc481
---
modules/lua/intf.c | 2 +-
modules/lua/vlc.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/modules/lua/intf.c b/modules/lua/intf.c
index 3971b61..c2c203f 100644
--- a/modules/lua/intf.c
+++ b/modules/lua/intf.c
@@ -81,7 +81,7 @@ static const struct
{ "luatelnet", "telnet" },
{ "telnet", "telnet" },
{ "luahttp", "http" },
- /* { "http", "http" }, */
+ { "http", "http" },
{ NULL, NULL } };
static const char *WordInList( const char *psz_list, const char *psz_word )
diff --git a/modules/lua/vlc.c b/modules/lua/vlc.c
index e209e6f..aeb7c86 100644
--- a/modules/lua/vlc.c
+++ b/modules/lua/vlc.c
@@ -98,7 +98,7 @@ vlc_module_begin ()
set_description( N_("Interfaces implemented using lua scripts") )
add_shortcut( "luaintf" )
add_shortcut( "luahttp" )
- /* add_shortcut( "http" ) */
+ add_shortcut( "http" )
add_shortcut( "luatelnet" )
add_shortcut( "telnet" )
add_shortcut( "luahotkeys" )
More information about the vlc-commits
mailing list