Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit a95844c

Browse files
committed
[[ PlayerPanning ]] Add framework library includes needed by MacOSX platform player
1 parent cc05230 commit a95844c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

engine/kernel.gyp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,9 +148,11 @@
148148
'libraries':
149149
[
150150
'$(SDKROOT)/usr/lib/libcups.dylib',
151+
'$(SDKROOT)/System/Library/Frameworks/Accelerate.framework',
151152
'$(SDKROOT)/System/Library/Frameworks/ApplicationServices.framework',
152153
'$(SDKROOT)/System/Library/Frameworks/Carbon.framework',
153154
'$(SDKROOT)/System/Library/Frameworks/Cocoa.framework',
155+
'$(SDKROOT)/System/Library/Frameworks/MediaToolbox.framework',
154156
'$(SDKROOT)/System/Library/Frameworks/Quartz.framework',
155157
],
156158
},
@@ -174,8 +176,10 @@
174176
{
175177
'libraries!':
176178
[
179+
'$(SDKROOT)/System/Library/Frameworks/Accelerate.framework',
177180
'$(SDKROOT)/System/Library/Frameworks/AVFoundation.framework',
178181
'$(SDKROOT)/System/Library/Frameworks/CoreMedia.framework',
182+
'$(SDKROOT)/System/Library/Frameworks/MediaToolbox.framework',
179183
],
180184
},
181185
],

0 commit comments

Comments
 (0)