mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-04-05 07:15:34 -04:00
fixup
This commit is contained in:
parent
c727e8f8f9
commit
ae1f79c514
1 changed files with 1 additions and 2 deletions
|
|
@ -71,6 +71,7 @@ if get_option('spa-plugins').allowed()
|
||||||
ldac_abr_dep = dependency('ldacBT-abr', required : get_option('bluez5-codec-ldac'))
|
ldac_abr_dep = dependency('ldacBT-abr', required : get_option('bluez5-codec-ldac'))
|
||||||
summary({'LDAC ABR': ldac_abr_dep.found()}, bool_yn: true, section: 'Bluetooth audio codecs')
|
summary({'LDAC ABR': ldac_abr_dep.found()}, bool_yn: true, section: 'Bluetooth audio codecs')
|
||||||
|
|
||||||
|
ldac_dec_dep = dependency('', required: false)
|
||||||
if get_option('bluez5-codec-ldac-dec').allowed()
|
if get_option('bluez5-codec-ldac-dec').allowed()
|
||||||
dep = dependency('ldacBT', required : false)
|
dep = dependency('ldacBT', required : false)
|
||||||
if dep.found() and cc.has_function('ldacBT_decode', dependencies : dep)
|
if dep.found() and cc.has_function('ldacBT_decode', dependencies : dep)
|
||||||
|
|
@ -87,8 +88,6 @@ if get_option('spa-plugins').allowed()
|
||||||
if not ldac_dec_dep.found() and get_option('bluez5-codec-ldac-dec').enabled()
|
if not ldac_dec_dep.found() and get_option('bluez5-codec-ldac-dec').enabled()
|
||||||
error('LDAC decoder library not found')
|
error('LDAC decoder library not found')
|
||||||
endif
|
endif
|
||||||
else
|
|
||||||
ldac_dec_dep = dependency('', required: false)
|
|
||||||
endif
|
endif
|
||||||
summary({'LDAC DEC': ldac_dec_dep.found()}, bool_yn: true, section: 'Bluetooth audio codecs')
|
summary({'LDAC DEC': ldac_dec_dep.found()}, bool_yn: true, section: 'Bluetooth audio codecs')
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue