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:
Sandro Jäckel 2020-11-26 20:13:28 +01:00
parent b224b4db27
commit eb1d742813
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -6,7 +6,7 @@
with frameworks; with libs; {
AGL = { inherit Carbon OpenGL; };
AVFoundation = { inherit ApplicationServices CoreGraphics; };
AVFoundation = { inherit ApplicationServices CoreGraphics CoreMedia; };
AVKit = {};
Accounts = {};
AddressBook = { inherit libobjc Carbon ContactsPersistence; };