blob: 7848ab1ecff028649c6f6e1085b5cedcdf6d6d84 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
cubeb is a cross platform audio library
This script defaults to building against alsa and pulse.
To disable alsa support, pass ALSA=false to the build script.
To disable pulse support, pass PULSE=false to the build script.
jack is an optional dependency and support can be enabled by passing
JACK=true to the build script.
Tests are enabled by default, to disable testing, pass TESTS=false
to the build script.
|