meson: Set default compress-offload option value to "disabled"

The tinycompress library is not in the package repositories of the
major Linux distributions, so set the default option to "disabled".
This commit is contained in:
Carlos Rafael Giani 2022-11-24 15:11:08 +01:00 committed by Wim Taymans
parent 6284cf39c0
commit f07bb84348

View file

@ -280,4 +280,4 @@ option('gsettings',
option('compress-offload',
description: 'Enable ALSA Compress-Offload support',
type: 'feature',
value: 'auto')
value: 'disabled')