Commit 5b87512f authored by Benjamin Pracht's avatar Benjamin Pracht

* Backport of the module_Need call from r15357

parent 864100f2
......@@ -115,7 +115,7 @@ intf_thread_t* __intf_Create( vlc_object_t *p_this, const char *psz_module,
}
/* Choose the best module */
p_intf->p_module = module_Need( p_intf, "interface", psz_module, 0 );
p_intf->p_module = module_Need( p_intf, "interface", psz_module, VLC_TRUE );
if( p_intf->p_module == NULL )
{
......
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