bluez5: add LHDC V3 A2DP decoder

This commit is contained in:
anonymix007 2024-06-24 22:50:19 +03:00
parent 87cb3ea4a1
commit a9ba34da23
3 changed files with 105 additions and 5 deletions

View file

@ -139,12 +139,12 @@ if ldac_dep.found()
endif
if lhdc_enc_dep.found()
lhdc_enc_args = codec_args
lhdc_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 ],
c_args : lhdc_args,
dependencies : [ spa_dep, lhdc_enc_dep, lhdc_dec_dep ],
install : true,
install_dir : spa_plugindir / 'bluez5')
endif