mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04: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
|
|
@ -17,6 +17,10 @@ if ldac_dep.found()
|
|||
bluez5_sources += [ 'a2dp-codec-ldac.c' ]
|
||||
bluez5_args += [ '-DENABLE_LDAC' ]
|
||||
bluez5_deps += ldac_dep
|
||||
if ldac_abr_dep.found()
|
||||
bluez5_args += [ '-DENABLE_LDAC_ABR' ]
|
||||
bluez5_deps += ldac_abr_dep
|
||||
endif
|
||||
endif
|
||||
if aptx_dep.found()
|
||||
bluez5_sources += [ 'a2dp-codec-aptx.c' ]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue