mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2026-04-27 06:47:01 -04:00
build-sys: make sndfile optional when daemon and utils are disabled
This commit is contained in:
parent
81e5bfcec3
commit
ce649b0967
4 changed files with 37 additions and 7 deletions
|
|
@ -147,6 +147,9 @@ option('oss-output',
|
|||
option('samplerate',
|
||||
type : 'feature', value : 'disabled',
|
||||
description : 'Optional libsamplerate support (DEPRECATED)')
|
||||
option('sndfile',
|
||||
type : 'feature', value : 'auto',
|
||||
description : 'Optional libsndfile support')
|
||||
option('soxr',
|
||||
type : 'feature', value : 'auto',
|
||||
description : 'Optional SoXR support (resampling)')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue