mirror of
https://github.com/librespot-org/librespot.git
synced 2024-12-18 17:11:53 +00:00
use actual feature names rather than crate names for conditional compilation
This commit is contained in:
parent
c8713a6c01
commit
cea63e57a4
1 changed files with 2 additions and 2 deletions
|
@ -8,10 +8,10 @@ extern crate shell_words;
|
|||
#[cfg(feature = "alsa-backend")]
|
||||
extern crate alsa;
|
||||
|
||||
#[cfg(feature = "portaudio-rs")]
|
||||
#[cfg(feature = "portaudio-backend")]
|
||||
extern crate portaudio_rs;
|
||||
|
||||
#[cfg(feature = "libpulse-sys")]
|
||||
#[cfg(feature = "pulseaudio-backend")]
|
||||
extern crate libpulse_sys;
|
||||
|
||||
#[cfg(feature = "jackaudio-backend")]
|
||||
|
|
Loading…
Reference in a new issue