-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Darwin staging branch #53230
Darwin staging branch #53230
Conversation
This reverts commit 98101b5.
fixes some issues in my commits in: - basic_cmds - network_cmds
On macOS, the drivers output will be empty. Perhaps? we should just leave it out, but for now it is just an empty directory.
Not needed with clock_gettime available to us.
AudioUnit now depends on AudioToolbox, changing the original behavior where AudioToolbox depends on AudioUnit.
This appears to be missing in the latest xnu updates. Not sure why the Makefile is not installing it correctly. A simple install command will get it for us though.
da3ae97
to
52af592
Compare
@@ -82,9 +82,7 @@ with frameworks; with libs; { | |||
PCSC = [ CoreData ]; | |||
PreferencePanes = []; | |||
PubSub = []; | |||
QTKit = [ CoreMediaIO CoreMedia MediaToolbox QuickTime VideoToolbox ]; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why did you remove a bunch of these? They are still in the SDK.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are you sure? Maybe they’re in another download. I’ll find the the error i was getting...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I looked at darwin.apple_sdk.sdk
which is the source IIRC.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe just quicktime was removed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah indeed, the QuickTime headers are no longer there.
Some commits on top of staging-next branch to fix issues with my #47678 pr.