X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fmisc%2Flua%2Fservices_discovery.c;h=ebe248419113825534413a0b8486ec344c637811;hb=9517fa1161a4ca719c6b14b0e21ad3b867c31762;hp=5e22ff04404959e1a88e9516204e08577fcf46ec;hpb=6264ce1341c5ee3aab46dee68fa3862f94d73493;p=vlc diff --git a/modules/misc/lua/services_discovery.c b/modules/misc/lua/services_discovery.c index 5e22ff0440..ebe2484191 100644 --- a/modules/misc/lua/services_discovery.c +++ b/modules/misc/lua/services_discovery.c @@ -1,7 +1,7 @@ /***************************************************************************** * services_discovery.c : Services discovery using lua scripts ***************************************************************************** - * Copyright (C) 2009 the VideoLAN team + * Copyright (C) 2009 VideoLAN and AUTHORS * * Authors: Fabio Ritrovato * @@ -110,7 +110,9 @@ int Open_LuaSD( vlc_object_t *p_this ) luaopen_stream( L ); luaopen_gettext( L ); luaopen_xml( L ); + luaopen_md5( L ); lua_pop( L, 1 ); + if( vlclua_add_modules_path( p_sd, L, p_sys->psz_filename ) ) { msg_Warn( p_sd, "Error while setting the module search path for %s",