[vlc-devel] [PATCH 3/4] lua: export variables module to lua demuxer
Pierre Ynard
linkfanel at yahoo.fr
Mon Sep 12 00:31:21 CEST 2011
diff --git a/modules/lua/demux.c b/modules/lua/demux.c
index 5f3d1e9..b55015a 100644
--- a/modules/lua/demux.c
+++ b/modules/lua/demux.c
@@ -151,6 +151,7 @@ static int probe_luascript( vlc_object_t *p_this, const char * psz_filename,
luaopen_msg( L );
luaopen_strings( L );
luaopen_stream( L );
+ luaopen_variables( L );
luaopen_xml( L );
luaopen_md5( L );
lua_pushstring( L, p_demux->psz_location );
Regards,
--
Pierre Ynard
"Une âme dans un corps, c'est comme un dessin sur une feuille de papier."
More information about the vlc-devel
mailing list