Commit c413be8f authored by Erwan Tulou's avatar Erwan Tulou

skins2: add support for --[no]-embedded-video parameter

parent 0ca9ac70
......@@ -348,7 +348,8 @@ static int WindowOpen( vlc_object_t *p_this )
if( pIntf == NULL )
return VLC_EGENERIC;
if( !config_GetInt( pIntf, "skinned-video") )
if( !config_GetInt( pIntf, "skinned-video") ||
pWnd->cfg->is_standalone )
{
vlc_object_release( pIntf );
return VLC_EGENERIC;
......
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