Commit 6cceda06 authored by Fabio Ritrovato's avatar Fabio Ritrovato

Lua demux: open the stream lib

parent 544d4055
...@@ -138,6 +138,7 @@ static int probe_luascript( vlc_object_t *p_this, const char * psz_filename, ...@@ -138,6 +138,7 @@ static int probe_luascript( vlc_object_t *p_this, const char * psz_filename,
luaL_register( L, "vlc", p_reg ); luaL_register( L, "vlc", p_reg );
luaopen_msg( L ); luaopen_msg( L );
luaopen_strings( L ); luaopen_strings( L );
luaopen_stream( L );
luaopen_xml( L ); luaopen_xml( L );
luaopen_md5( L ); luaopen_md5( L );
lua_pushlightuserdata( L, p_demux ); lua_pushlightuserdata( L, p_demux );
......
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