mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-11 13:30:07 -05:00
bluez5: add PLC for MSBC using spandsp
Use spandsp as optional dependency for MSBC codec, for providing PLC.
This commit is contained in:
parent
90a1b35017
commit
87843366ce
5 changed files with 66 additions and 4 deletions
|
|
@ -110,7 +110,7 @@ bluez_codec_hfp_msbc = shared_library('spa-codec-bluez5-hfp-msbc',
|
|||
[ 'hfp-codec-msbc.c', 'media-codecs.c' ],
|
||||
include_directories : [ configinc ],
|
||||
c_args : codec_args,
|
||||
dependencies : [ spa_dep, sbc_dep ],
|
||||
dependencies : [ spa_dep, sbc_dep, spandsp_dep ],
|
||||
install : true,
|
||||
install_dir : spa_plugindir / 'bluez5')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue