spa: meson: Remove ldacBT only as ldac_dep

This commit is contained in:
Elias Souza 2026-06-07 16:24:26 -03:00
parent 1719d14fb3
commit be4bc96ee4

View file

@ -91,9 +91,6 @@ if get_option('spa-plugins').allowed()
ldac_dec_dep = dep ldac_dec_dep = dep
endif endif
endif endif
if ldac_dec_dep.found()
ldac_dep = ldac_dec_dep # use ldacBT for both decode and encode
endif
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