mirror of
https://github.com/librespot-org/librespot.git
synced 2025-10-06 03:50:06 +02:00
Add proper error handling to the pulseaudio backend and ensure that no invalid pointers are passed to pulseaudio
This commit is contained in:
parent
35ec580eac
commit
f5d8019c18
4 changed files with 79 additions and 34 deletions
|
@ -34,6 +34,9 @@ extern crate portaudio_rs;
|
|||
#[cfg(feature = "libpulse-sys")]
|
||||
extern crate libpulse_sys;
|
||||
|
||||
#[cfg(feature = "libc")]
|
||||
extern crate libc;
|
||||
|
||||
pub mod audio_backend;
|
||||
pub mod discovery;
|
||||
pub mod keymaster;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue