mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-06-13 14:33:03 -04:00
fix: spa: meson: Bring back ldacBT-dec
This commit is contained in:
parent
be4bc96ee4
commit
8c7784d037
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ if get_option('spa-plugins').allowed()
|
|||
if get_option('bluez5-codec-ldac-dec').allowed()
|
||||
ldac_dec_dep = dependency('ldacBT-dec', required : false)
|
||||
if not ldac_dec_dep.found()
|
||||
dep = cc.find_library('ldacBT-dec', required : false)
|
||||
dep = cc.find_library('ldacBT_dec', required : false)
|
||||
if dep.found() and cc.has_function('ldacBT_decode', dependencies : dep)
|
||||
ldac_dec_dep = dep
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue