[vlc-devel] commit: Lua SD: open more libs (Fabio Ritrovato )

git version control git at videolan.org
Sun Feb 14 22:24:06 CET 2010


vlc | branch: master | Fabio Ritrovato <sephiroth87 at videolan.org> | Sun Feb 14 22:24:32 2010 +0100| [151825fb08ff7238dae21fb9b813be1ca4ccd2f0] | committer: Fabio Ritrovato 

Lua SD: open more libs

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

 modules/misc/lua/services_discovery.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/modules/misc/lua/services_discovery.c b/modules/misc/lua/services_discovery.c
index 8e02168..5f4e66d 100644
--- a/modules/misc/lua/services_discovery.c
+++ b/modules/misc/lua/services_discovery.c
@@ -3,7 +3,7 @@
  *****************************************************************************
  * Copyright (C) 2009 the VideoLAN team
  *
- * Authors: Fabio Ritrovato <exsephiroth87 at videolan dot org>
+ * Authors: Fabio Ritrovato <sephiroth87 at videolan dot org>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -96,6 +96,8 @@ int Open_LuaSD( vlc_object_t *p_this )
     luaopen_strings( L );
     luaopen_variables( L );
     luaopen_stream( L );
+    luaopen_gettext( L );
+    luaopen_xml( L );
     lua_pop( L, 1 );
     if( luaL_dofile( L, p_sys->psz_filename ) )
     {




More information about the vlc-devel mailing list