mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-01-04 12:00:11 +01:00
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:
parent
6284cf39c0
commit
f07bb84348
1 changed files with 1 additions and 1 deletions
|
|
@ -280,4 +280,4 @@ option('gsettings',
|
|||
option('compress-offload',
|
||||
description: 'Enable ALSA Compress-Offload support',
|
||||
type: 'feature',
|
||||
value: 'auto')
|
||||
value: 'disabled')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue