-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
Solaris: fix ossaudio support #91734
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
Labels
type-bug
An unexpected behavior, bug, or error
Comments
serhiy-storchaka
pushed a commit
that referenced
this issue
Apr 20, 2022
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Apr 20, 2022
(cherry picked from commit 4420faf) Co-authored-by: Jakub Kulík <[email protected]>
miss-islington
added a commit
that referenced
this issue
Apr 20, 2022
(cherry picked from commit 4420faf) Co-authored-by: Jakub Kulík <[email protected]>
miss-islington
added a commit
that referenced
this issue
Apr 20, 2022
(cherry picked from commit 4420faf) Co-authored-by: Jakub Kulík <[email protected]>
hello-adam
pushed a commit
to hello-adam/cpython
that referenced
this issue
Jun 2, 2022
(cherry picked from commit 4420faf) Co-authored-by: Jakub Kulík <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ossaudio module needs an additional patch in order to compile it on Solaris because not all ioctls are supported (specifically
SNDCTL_DSP_MAPINBUF
andSNDCTL_DSP_MAPOUTBUF
).Other OpenSolaris forks are using the same patch as we do:
Oracle Solaris, OpenIndiana, OmniOS
(This is similar to recent #90211 made for NetBSD).
The text was updated successfully, but these errors were encountered: