From 45e03c42a4ca8eef2447e2d45feca4db275ecf77 Mon Sep 17 00:00:00 2001 From: Paul Lietar Date: Mon, 21 Mar 2016 15:39:48 +0000 Subject: [PATCH] Enable PortAudio backend by default. --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 82eeae4..fb866e5 100644 --- a/Cargo.toml +++ b/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"] diff --git a/README.md b/README.md index c70dd38..a739d1b 100644 --- a/README.md +++ b/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 :