mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-07-05 00:06:16 -04:00
bluez5: add LHDC v5 codec using liblhdcv5
This commit is contained in:
parent
10b339bbf8
commit
4ced2a0ea4
8 changed files with 363 additions and 0 deletions
|
|
@ -94,6 +94,9 @@ if get_option('spa-plugins').allowed()
|
|||
endif
|
||||
summary({'LDAC DEC': ldac_dec_dep.found()}, bool_yn: true, section: 'Bluetooth audio codecs')
|
||||
|
||||
lhdc_dep = dependency('lhdcv5', required : get_option('bluez5-codec-lhdc'))
|
||||
summary({'LHDC v5': lhdc_dep.found()}, bool_yn: true, section: 'Bluetooth audio codecs')
|
||||
|
||||
aptx_dep = dependency('libfreeaptx', required : get_option('bluez5-codec-aptx'))
|
||||
summary({'aptX': aptx_dep.found()}, bool_yn: true, section: 'Bluetooth audio codecs')
|
||||
fdk_aac_dep = dependency('fdk-aac', required : get_option('bluez5-codec-aac'))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue