[vlc-devel] commit: Revert "Remove http shortcut from LUA" (Antoine Cellerier )
git version control
git at videolan.org
Wed Jan 6 23:30:33 CET 2010
vlc | branch: master | Antoine Cellerier <dionoea at videolan.org> | Wed Jan 6 22:35:53 2010 +0100| [8bb55f6a4f53e2d02bfa236a0e13e7f99ddebdf4] | committer: Antoine Cellerier
Revert "Remove http shortcut from LUA"
This reverts commit 4e77528cbbb723620625515f1de30497d9a27ec4.
Lua http doesn't poll at all.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8bb55f6a4f53e2d02bfa236a0e13e7f99ddebdf4
---
modules/misc/lua/vlc.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/modules/misc/lua/vlc.c b/modules/misc/lua/vlc.c
index d262290..ca48ad6 100644
--- a/modules/misc/lua/vlc.c
+++ b/modules/misc/lua/vlc.c
@@ -83,6 +83,7 @@ vlc_module_begin ()
set_description( N_("Lua Interface Module") )
add_shortcut( "luaintf" )
add_shortcut( "luahttp" )
+ add_shortcut( "http" )
add_shortcut( "luatelnet" )
add_shortcut( "telnet" )
add_shortcut( "luahotkeys" )
More information about the vlc-devel
mailing list