]> git.sesse.net Git - vlc/blobdiff - modules/misc/lua/services_discovery.c
Export VLC's md5 API.
[vlc] / modules / misc / lua / services_discovery.c
index 5e22ff04404959e1a88e9516204e08577fcf46ec..ebe248419113825534413a0b8486ec344c637811 100644 (file)
@@ -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 <sephiroth87 at videolan dot org>
  *
@@ -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",