[vlc-commits] lua: make "net" namespace available to extensions

Jean-Baptiste Kempf git at videolan.org
Mon Sep 30 00:12:42 CEST 2013


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Sep 30 00:02:18 2013 +0200| [c6f67d755f41b6f80d7429751503c67e80277976] | committer: Jean-Baptiste Kempf

lua: make "net" namespace available to extensions

Close #9495

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c6f67d755f41b6f80d7429751503c67e80277976
---

 modules/lua/extension.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/lua/extension.c b/modules/lua/extension.c
index 4a7105e..7984396 100644
--- a/modules/lua/extension.c
+++ b/modules/lua/extension.c
@@ -821,6 +821,7 @@ static lua_State* GetLuaState( extensions_manager_t *p_mgr,
             luaopen_dialog( L, p_ext );
             luaopen_input( L );
             luaopen_msg( L );
+            luaopen_net( L );
             luaopen_object( L );
             luaopen_osd( L );
             luaopen_playlist( L );



More information about the vlc-commits mailing list