mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
bluez5: add PLC for MSBC using spandsp
Use spandsp as optional dependency for MSBC codec, for providing PLC.
This commit is contained in:
parent
90a1b35017
commit
87843366ce
5 changed files with 66 additions and 4 deletions
|
|
@ -111,6 +111,9 @@ if get_option('spa-plugins').allowed()
|
|||
endif
|
||||
g722_codec_option = get_option('bluez5-codec-g722')
|
||||
summary({'G722': g722_codec_option.allowed()}, bool_yn: true, section: 'Bluetooth audio codecs')
|
||||
|
||||
spandsp_dep = dependency('spandsp', required : get_option('bluez5-plc-spandsp'))
|
||||
cdata.set('HAVE_SPANDSP', spandsp_dep.found())
|
||||
endif
|
||||
|
||||
have_vulkan = false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue