mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04: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
Add a link
Reference in a new issue