]> git.sesse.net Git - vlc/blobdiff - modules/gui/minimal_macosx/intf.m
minimal_macosx need to run on the 1st thread to be able to use video output
[vlc] / modules / gui / minimal_macosx / intf.m
index 1bdf7fb9ff0bc88fb5c5207b8b176350db1ddd2a..d43066ad5750e01326d233e7a1f8635bf6d48b08 100644 (file)
@@ -63,6 +63,7 @@ int E_(OpenIntf) ( vlc_object_t *p_this )
     memset( p_intf->p_sys, 0, sizeof( *p_intf->p_sys ) );
 
     p_intf->pf_run = Run;
+    p_intf->b_should_run_on_first_thread = VLC_TRUE;
 
     return VLC_SUCCESS;
 }