]> git.sesse.net Git - vlc/blobdiff - src/libvlc.c
vlc_clone(): abide by --rt-priority and --rt-offset
[vlc] / src / libvlc.c
index f0971a934ca1da948a374dd43dc158bd827e00c8..415d9d9f716ca3566957e5a8e8589be04e31e6e0 100644 (file)
@@ -733,6 +733,7 @@ int libvlc_InternalInit( libvlc_int_t *p_libvlc, int i_argc,
         var_SetInteger( p_libvlc, "verbose", -1 );
         priv->i_verbose = -1;
     }
+    vlc_threads_setup( p_libvlc );
 
     if( priv->b_color )
         priv->b_color = config_GetInt( p_libvlc, "color" ) > 0;