1
0
Fork 0
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:
Marcus Thiesen 2016-03-20 20:16:32 +01:00 committed by Marcus Thiesen
parent 2b019660fa
commit 5ca2c35dbc
7 changed files with 89 additions and 2 deletions

View file

@ -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