]> git.sesse.net Git - vlc/commitdiff
OS X : raised the priority of the intf at the same level as the video, since
authorChristophe Massiot <massiot@videolan.org>
Tue, 8 Oct 2002 22:48:25 +0000 (22:48 +0000)
committerChristophe Massiot <massiot@videolan.org>
Tue, 8 Oct 2002 22:48:25 +0000 (22:48 +0000)
otherwise we can't quit the application any longer...

include/vlc_threads.h

index f62e330c3af49476a18a99f42f577e4161a1dbd4..7efab72c3b774b45a67f28dda47c3b4259e4ce8e 100644 (file)
@@ -3,7 +3,7 @@
  * This header provides portable declarations for mutexes & conditions
  *****************************************************************************
  * Copyright (C) 1999, 2002 VideoLAN
- * $Id: vlc_threads.h,v 1.13 2002/09/02 23:17:05 massiot Exp $
+ * $Id: vlc_threads.h,v 1.14 2002/10/08 22:48:25 massiot Exp $
  *
  * Authors: Jean-Marc Dressler <polux@via.ecp.fr>
  *          Samuel Hocevar <sam@via.ecp.fr>
@@ -68,7 +68,7 @@
 
 /* Thread priorities */
 #ifdef SYS_DARWIN
-#   define VLC_THREAD_PRIORITY_LOW 0
+#   define VLC_THREAD_PRIORITY_LOW 31
 #   define VLC_THREAD_PRIORITY_INPUT 37
 #   define VLC_THREAD_PRIORITY_AUDIO 38
 #   define VLC_THREAD_PRIORITY_VIDEO 31