- Fix compiling with external PulseAudio headers of versions 12.x and later;
- link
libpulse-simple.so
withlibpulse.so
; - use
<0
rather than!=0
for ALSA error code checking; - minor compilation fixes.
libpulse-simple.so
with libpulse.so
;<0
rather than !=0
for ALSA error code checking;