bluez5: add LHDC V3 A2DP vendor codec

This commit is contained in:
anonymix007 2023-11-23 15:54:38 +03:00
parent a4148c80b4
commit 87cb3ea4a1
8 changed files with 699 additions and 0 deletions

View file

@ -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' ],