1
0
Fork 0
mirror of https://github.com/librespot-org/librespot.git synced 2025-10-06 03:50:06 +02:00

Add ALSA backend

Closes: #63
This commit is contained in:
Paul Lietar 2016-03-14 02:16:59 +00:00 committed by Jörg Krause
parent 253dfb7c88
commit 445171a46a
6 changed files with 60 additions and 0 deletions

View file

@ -42,6 +42,9 @@ extern crate tremor as vorbis;
#[cfg(feature = "openssl")]
extern crate openssl;
#[cfg(feature = "alsa-backend")]
extern crate alsa;
#[cfg(feature = "portaudio")]
extern crate portaudio;