bluez5: add LHDC v5 codec using liblhdcv5

This commit is contained in:
DBeidachazi 2026-06-29 17:25:21 +08:00
parent 10b339bbf8
commit 4ced2a0ea4
8 changed files with 363 additions and 0 deletions

View file

@ -152,6 +152,16 @@ if ldac_dep.found()
install_dir : spa_plugindir / 'bluez5')
endif
if lhdc_dep.found()
bluez_codec_lhdc = shared_library('spa-codec-bluez5-lhdc',
[ 'a2dp-codec-lhdc.c', 'media-codecs.c' ],
include_directories : [ configinc ],
c_args : codec_args,
dependencies : [ spa_dep, lhdc_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' ],