apple_sdk.frameworks.AVFoundation: Add missing MediaToolbox
This fixes: /nix/store/7ckpydmlah3j86py3c4f27p0fbkxyzfi-apple-framework-AVFoundation/Library/Frameworks/AVFoundation.framework/Headers/AVAudioMix.h:15:9: fatal error: 'MediaToolbox/MTAudioProcessingTap.h' file not found
This commit is contained in:
parent
eb1d742813
commit
848d1986b8
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
with frameworks; with libs; {
|
with frameworks; with libs; {
|
||||||
AGL = { inherit Carbon OpenGL; };
|
AGL = { inherit Carbon OpenGL; };
|
||||||
AVFoundation = { inherit ApplicationServices CoreGraphics CoreMedia; };
|
AVFoundation = { inherit ApplicationServices CoreGraphics CoreMedia MediaToolbox; };
|
||||||
AVKit = {};
|
AVKit = {};
|
||||||
Accounts = {};
|
Accounts = {};
|
||||||
AddressBook = { inherit libobjc Carbon ContactsPersistence; };
|
AddressBook = { inherit libobjc Carbon ContactsPersistence; };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user