mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-03-19 05:33:49 -04:00
bluez5: add LHDC V3 A2DP decoder
This commit is contained in:
parent
87cb3ea4a1
commit
a9ba34da23
3 changed files with 105 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue