mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
meson.build: enable LC3 by default
Enable LE Audio support by default if liblc3 is present, the Pipewire implementation should be OK. Remove unused HAVE_BLUETOOTH_BAP define, we don't have any #ifdefs for this. The feature is still disabled by default in BlueZ, which also now takes care of necessary hardware feature checks, and should be safe to enable on Pipewire side.
This commit is contained in:
parent
193384b26a
commit
cd3375f39e
2 changed files with 1 additions and 2 deletions
|
|
@ -127,7 +127,7 @@ option('bluez5-codec-opus',
|
|||
option('bluez5-codec-lc3',
|
||||
description: 'Enable LC3 open source codec implementation',
|
||||
type: 'feature',
|
||||
value: 'disabled')
|
||||
value: 'auto')
|
||||
option('control',
|
||||
description: 'Enable control spa plugin integration',
|
||||
type: 'feature',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue