quiniouben / vban

VBAN protocol open-source implementation
GNU General Public License v3.0
450 stars 63 forks source link

Docs regarding disabling audio packages are wrong #22

Closed dnn1s closed 5 years ago

dnn1s commented 5 years ago

The docs say

By default, vban tools will be compiled with all 3 audio backends. To disable them, configure options are: --disable-alsa --disable-pulse --disable-jack

When using the --disable-pulse option for /configure, this error appears:

configure: WARNING: unrecognized options: --disable-pulse

The correct parameter value is --disable-pulseaudio.

quiniouben commented 5 years ago

Thank you for reporting. I just fixed it.