mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-15 08:56:38 -05:00
a2dp: add ldac ABR support
Signed-off-by: Huang-Huang Bao <eh5@sokka.cn>
This commit is contained in:
parent
7ef15f3721
commit
16f5058af9
7 changed files with 186 additions and 34 deletions
|
|
@ -29,6 +29,7 @@ if get_option('spa-plugins')
|
|||
bluez_dep = dependency('bluez', version : '>= 4.101')
|
||||
sbc_dep = dependency('sbc')
|
||||
ldac_dep = dependency('ldacBT-enc', required : false)
|
||||
ldac_abr_dep = dependency('ldacBT-abr', required : false)
|
||||
aptx_dep = dependency('libopenaptx', required : false)
|
||||
endif
|
||||
if get_option('ffmpeg')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue