X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Flibvlc.c;h=842aa7270b95c376e8dec51088184c9f8476348d;hb=10a6bde56813620846826fed6979b2548a6457ea;hp=411ce92e9bf3ae8f68582aca880d705e50806c7d;hpb=54b65bedc9a2abe2461f650c0d40b387f0839174;p=vlc diff --git a/src/libvlc.c b/src/libvlc.c index 411ce92e9b..842aa7270b 100644 --- a/src/libvlc.c +++ b/src/libvlc.c @@ -306,12 +306,6 @@ int libvlc_InternalInit( libvlc_int_t *p_libvlc, int i_argc, return VLC_EGENERIC; } -#ifdef __APPLE__ - /* vlc_thread_set_priority needs to query the config, - * so this is the earliest moment where we can set this */ - vlc_thread_set_priority( p_libvlc, VLC_THREAD_PRIORITY_LOW ); -#endif - /* Check for short help option */ if( config_GetInt( p_libvlc, "help" ) > 0 ) {