build-sys: make sndfile optional when daemon and utils are disabled

This commit is contained in:
BtbN 2021-12-29 19:01:29 +01:00
parent 81e5bfcec3
commit ce649b0967
4 changed files with 37 additions and 7 deletions

View file

@ -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)')