Commit 0e644cb3 authored by Pierre Ynard's avatar Pierre Ynard

lua: export variables module to lua demuxer

parent ad964b11
...@@ -151,6 +151,7 @@ static int probe_luascript( vlc_object_t *p_this, const char * psz_filename, ...@@ -151,6 +151,7 @@ static int probe_luascript( vlc_object_t *p_this, const char * psz_filename,
luaopen_msg( L ); luaopen_msg( L );
luaopen_strings( L ); luaopen_strings( L );
luaopen_stream( L ); luaopen_stream( L );
luaopen_variables( L );
luaopen_xml( L ); luaopen_xml( L );
luaopen_md5( L ); luaopen_md5( L );
lua_pushstring( L, p_demux->psz_location ); lua_pushstring( L, p_demux->psz_location );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment