diff options
Diffstat (limited to 'libhb/ports.h')
-rw-r--r-- | libhb/ports.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/ports.h b/libhb/ports.h index 5f8a008dc..52c4ee292 100644 --- a/libhb/ports.h +++ b/libhb/ports.h @@ -151,7 +151,7 @@ typedef struct hb_thread_s hb_thread_t; # define HB_LOW_PRIORITY 5 # define HB_NORMAL_PRIORITY 10 #elif defined( SYS_DARWIN ) -# define HB_LOW_PRIORITY 0 +# define HB_LOW_PRIORITY 31 # define HB_NORMAL_PRIORITY 31 #elif defined( SYS_CYGWIN ) # define HB_LOW_PRIORITY 0 |