Skip to content
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

Merged
merged 1 commit into from
Aug 27, 2021

Conversation

Be-ing
Copy link
Contributor

@Be-ing Be-ing commented Aug 25, 2021

Comment on lines +86 to +89
if(PortAudio_ALSA_H)
target_compile_definitions(PortAudio::PortAudio INTERFACE PA_USE_ALSA)
endif()
Copy link
Contributor Author

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

@uklotzde
Copy link
Contributor

Rebase on and target 2.3?

@Be-ing
Copy link
Contributor Author

Be-ing commented Aug 25, 2021

Rebase on and target 2.3?

🤷 I don't really care either way. AFAIK this issue only affects me.

@Be-ing
Copy link
Contributor Author

Be-ing commented Aug 25, 2021

There are significant conflicts rebasing this onto 2.3 and I don't really care to resolve them.

Copy link
Contributor

@uklotzde uklotzde left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you! LGTM

@uklotzde uklotzde merged commit c9f9d3c into mixxxdj:main Aug 27, 2021
@Be-ing Be-ing deleted the portaudio_no_alsa branch August 27, 2021 18:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants