mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-12-14 08:56:34 -05:00
meson: Add optional libsamplerate support
Signed-off-by: Arnaud Rebillout <arnaud.rebillout@collabora.com>
This commit is contained in:
parent
b839d3fb59
commit
104b21f227
3 changed files with 13 additions and 1 deletions
|
|
@ -65,6 +65,9 @@ option('lirc',
|
|||
option('openssl',
|
||||
type : 'feature', value : 'auto',
|
||||
description : 'Optional OpenSSL support (used for Airtunes/RAOP)')
|
||||
option('samplerate',
|
||||
type : 'feature', value : 'disabled',
|
||||
description : 'Optional libsamplerate support (DEPRECATED)')
|
||||
option('soxr',
|
||||
type : 'feature', value : 'auto',
|
||||
description : 'Optional SoXR support (resampling)')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue