mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-02-24 01:40:20 -05:00
bluez5: add LHDC V5 A2DP decoder
This commit is contained in:
parent
a9ba34da23
commit
f2b3b63f21
6 changed files with 318 additions and 20 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue