mirror of
https://github.com/librespot-org/librespot.git
synced 2025-10-04 10:19:27 +02:00
Pulseaudio backend
This commit is contained in:
parent
2b019660fa
commit
5ca2c35dbc
7 changed files with 89 additions and 2 deletions
|
@ -39,6 +39,9 @@ extern crate openssl;
|
|||
#[cfg(feature = "portaudio")]
|
||||
extern crate portaudio;
|
||||
|
||||
#[cfg(feature = "libpulse-sys")]
|
||||
extern crate libpulse_sys;
|
||||
|
||||
extern crate librespot_protocol as protocol;
|
||||
|
||||
// This doesn't play nice with syntex, so place it here
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue