mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-08 13:30:08 -05:00
bluez5: add LHDC V3 A2DP vendor codec
This commit is contained in:
parent
a4148c80b4
commit
87cb3ea4a1
8 changed files with 699 additions and 0 deletions
|
|
@ -138,6 +138,17 @@ if ldac_dep.found()
|
|||
install_dir : spa_plugindir / 'bluez5')
|
||||
endif
|
||||
|
||||
if lhdc_enc_dep.found()
|
||||
lhdc_enc_args = codec_args
|
||||
bluez_codec_ldac = shared_library('spa-codec-bluez5-lhdc',
|
||||
[ 'a2dp-codec-lhdc.c', 'media-codecs.c' ],
|
||||
include_directories : [ configinc ],
|
||||
c_args : lhdc_enc_args,
|
||||
dependencies : [ spa_dep, lhdc_enc_dep ],
|
||||
install : true,
|
||||
install_dir : spa_plugindir / 'bluez5')
|
||||
endif
|
||||
|
||||
if get_option('bluez5-codec-lc3plus').allowed() and lc3plus_dep.found()
|
||||
bluez_codec_lc3plus = shared_library('spa-codec-bluez5-lc3plus',
|
||||
[ 'a2dp-codec-lc3plus.c', 'media-codecs.c' ],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue