mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
bluez5: ldac decoding support
Add support for LDAC decoding, if libldac decoder is available.
This commit is contained in:
parent
bbe1587f71
commit
4c51e6518b
5 changed files with 207 additions and 1 deletions
|
|
@ -125,6 +125,10 @@ if ldac_dep.found()
|
|||
if ldac_abr_dep.found()
|
||||
ldac_args += [ '-DENABLE_LDAC_ABR' ]
|
||||
endif
|
||||
if get_option('bluez5-codec-ldac-dec').allowed() and ldac_dec_dep.found()
|
||||
ldac_args += [ '-DENABLE_LDAC_DEC' ]
|
||||
ldac_dep = [ldac_dep, ldac_dec_dep]
|
||||
endif
|
||||
bluez_codec_ldac = shared_library('spa-codec-bluez5-ldac',
|
||||
[ 'a2dp-codec-ldac.c', 'media-codecs.c' ],
|
||||
include_directories : [ configinc ],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue