vlc | branch: master | Pierre Ynard <[email protected]> | Thu Sep 15 20:36:16 2011 +0200| [0e644cb3da1f23509011e6f825c4acaa193fc212] | committer: Pierre Ynard
lua: export variables module to lua demuxer > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0e644cb3da1f23509011e6f825c4acaa193fc212 --- modules/lua/demux.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) 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 ); _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
