]> git.sesse.net Git - vlc/blob - contrib/src/jack/config-osx.patch
contrib: add JACK
[vlc] / contrib / src / jack / config-osx.patch
1 From 7bbaa8a2541987ae8db90819f4a94b9f3b133b24 Mon Sep 17 00:00:00 2001
2 From: Tristan Matthews <tristan.matthews@savoirfairelinux.com>
3 Date: Fri, 31 Oct 2014 16:29:26 -0400
4 Subject: [PATCH 1/1] config: patch to build on OS X
5
6 ---
7  config/os/macosx/pThreadUtilities.h | 2 +-
8  1 file changed, 1 insertion(+), 1 deletion(-)
9
10 diff --git a/config/os/macosx/pThreadUtilities.h b/config/os/macosx/pThreadUtilities.h
11 index bd1d1e8..cdb59b4 100644
12 --- a/config/os/macosx/pThreadUtilities.h
13 +++ b/config/os/macosx/pThreadUtilities.h
14 @@ -66,7 +66,7 @@
15  #define __PTHREADUTILITIES_H__
16  
17  #import "pthread.h"
18 -#import <CoreServices/../Frameworks/CarbonCore.framework/Headers/MacTypes.h>
19 +#import <MacTypes.h>
20  
21  #define THREAD_SET_PRIORITY                    0
22  #define THREAD_SCHEDULED_PRIORITY              1
23 -- 
24 1.9.3
25