apple_sdk.frameworks.AVFoundation: Add missing CoreMedia
This fixes apple-framework-AVFoundation/Library/Frameworks/AVFoundation.framework/Headers/AVAsset.h:17:9: fatal error: 'CoreMedia/CMTime.h' file not found
This commit is contained in:
parent
b224b4db27
commit
eb1d742813
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
with frameworks; with libs; {
|
with frameworks; with libs; {
|
||||||
AGL = { inherit Carbon OpenGL; };
|
AGL = { inherit Carbon OpenGL; };
|
||||||
AVFoundation = { inherit ApplicationServices CoreGraphics; };
|
AVFoundation = { inherit ApplicationServices CoreGraphics CoreMedia; };
|
||||||
AVKit = {};
|
AVKit = {};
|
||||||
Accounts = {};
|
Accounts = {};
|
||||||
AddressBook = { inherit libobjc Carbon ContactsPersistence; };
|
AddressBook = { inherit libobjc Carbon ContactsPersistence; };
|
||||||
|
|
Loading…
Reference in a new issue