Преглед изворни кода

Enable PortAudio backend by default.

Paul Lietar пре 9 година
родитељ
комит
45e03c42a4
2 измењених фајлова са 2 додато и 2 уклоњено
  1. 1 1
      Cargo.toml
  2. 1 1
      README.md

+ 1 - 1
Cargo.toml

@@ -64,4 +64,4 @@ facebook          = ["hyper/ssl", "openssl"]
 portaudio-backend = ["portaudio"]
 pulseaudio-backend= ["libpulse-sys"]
 static-appkey     = []
-default           = ["with-syntex"]
+default           = ["with-syntex", "portaudio-backend"]

+ 1 - 1
README.md

@@ -76,7 +76,7 @@ target/release/librespot [...] --backend portaudio
 
 The following backends are currently available :
 - PortAudio 
-- PulseAudio (feature pulseaudio-backend, --backend pulseaudio)
+- PulseAudio
 
 ## Development
 When developing *librespot*, it is preferable to use Rust nightly, and build it using the following :