bluez5: add LHDC v5 codec using liblhdcv5

This commit is contained in:
DBeidachazi 2026-06-29 17:25:21 +08:00
parent 10b339bbf8
commit 4ced2a0ea4
8 changed files with 363 additions and 0 deletions

View file

@ -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'))