Commit 6fc44a23 authored by Rafaël Carré's avatar Rafaël Carré

minimal_macosx need to run on the 1st thread to be able to use video output

parent b9459d8f
...@@ -63,6 +63,7 @@ int E_(OpenIntf) ( vlc_object_t *p_this ) ...@@ -63,6 +63,7 @@ int E_(OpenIntf) ( vlc_object_t *p_this )
memset( p_intf->p_sys, 0, sizeof( *p_intf->p_sys ) ); memset( p_intf->p_sys, 0, sizeof( *p_intf->p_sys ) );
p_intf->pf_run = Run; p_intf->pf_run = Run;
p_intf->b_should_run_on_first_thread = VLC_TRUE;
return VLC_SUCCESS; return VLC_SUCCESS;
} }
......
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