-
-
Notifications
You must be signed in to change notification settings - Fork 1.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
do not assume PortAudio on Linux was built with ALSA backend #4242
Conversation
450141f
to
f472ab2
Compare
if(PortAudio_ALSA_H) | ||
target_compile_definitions(PortAudio::PortAudio INTERFACE PA_USE_ALSA) | ||
endif() |
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.
This should be handled by PortAudio's build system. I opened a PR upstream to implement that: PortAudio/portaudio#635
Rebase on and target 2.3? |
🤷 I don't really care either way. AFAIK this issue only affects me. |
f472ab2
to
3ac09c1
Compare
There are significant conflicts rebasing this onto 2.3 and I don't really care to resolve them. |
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.
Thank you! LGTM
hack around a PipeWire bug:
https://gitlab.freedesktop.org/pipewire/pipewire/-/issues/1547