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

Unbreak build on FreeBSD #36

Merged
merged 1 commit into from Feb 21, 2022
Merged

Unbreak build on FreeBSD #36

merged 1 commit into from Feb 21, 2022

Conversation

jbeich
Copy link
Contributor

@jbeich jbeich commented Feb 20, 2022

alsa-plugins contains OSS plugin which is natively supported on DragonFly, FreeBSD and Solaris. Let's follow cpal. Runtime tested via FishFight (package).

$ cargo build
[...]
error[E0432]: unresolved import `snd`
  --> src/lib.rs:32:9
   |
32 | pub use snd::{AudioContext, Sound};
   |         ^^^ use of undeclared crate or module `snd`
   |
help: there is a crate or module with a similar name
   |
32 | pub use std::{AudioContext, Sound};
   |         ~~~

@not-fl3 not-fl3 merged commit 5ffae99 into not-fl3:master Feb 21, 2022
@not-fl3
Copy link
Owner

not-fl3 commented Feb 21, 2022

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants