bluez5: add LHDC V5 A2DP decoder

This commit is contained in:
anonymix007 2025-04-19 18:03:21 +03:00
parent a9ba34da23
commit f2b3b63f21
6 changed files with 318 additions and 20 deletions

View file

@ -144,7 +144,7 @@ if lhdc_enc_dep.found()
[ 'a2dp-codec-lhdc.c', 'media-codecs.c' ],
include_directories : [ configinc ],
c_args : lhdc_args,
dependencies : [ spa_dep, lhdc_enc_dep, lhdc_dec_dep ],
dependencies : [ spa_dep, lhdc_enc_dep, lhdc_dec_dep, lhdc_v5_enc_dep, lhdc_v5_dec_dep ],
install : true,
install_dir : spa_plugindir / 'bluez5')
endif