Commit ab6145b2 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

module_need: fix broken logic

parent f9780264
......@@ -601,7 +601,7 @@ found_shortcut:
else if( count == 0 )
{
if( !strcmp( psz_capability, "access_demux" )
&& !strcmp( psz_capability, "vout_window" ) )
|| !strcmp( psz_capability, "vout_window" ) )
{
msg_Dbg( p_this, "no %s module matched \"%s\"",
psz_capability, (psz_name && *psz_name) ? psz_name : "any" );
......
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