]> git.sesse.net Git - vlc/commit
libvlccore: Don't attempt to use vlc_thread_set_priority() before the config are...
authorPierre d'Herbemont <pdherbemont@videolan.org>
Tue, 27 May 2008 22:42:37 +0000 (00:42 +0200)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Tue, 27 May 2008 22:42:37 +0000 (00:42 +0200)
commite9b987f4ad35218b3ca51336fd138facc9e5e335
tree4e5b989462964f6f1158a9eeddc42126933072a9
parent8020675058a96bdbf754007b98cc925618c67204
libvlccore: Don't attempt to use vlc_thread_set_priority() before the config are initialized.

This fixes a crash on Mac OS X.
src/libvlc-common.c