mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
bluez5: Fix LC3plus plugin build
LC3PLus plugin should not depend on LDAC C args to build
This commit is contained in:
parent
aa3aa6bb05
commit
8bd1d4c7c9
1 changed files with 1 additions and 1 deletions
|
|
@ -116,7 +116,7 @@ if get_option('bluez5-codec-lc3plus').allowed() and lc3plus_dep.found()
|
|||
bluez_codec_lc3plus = shared_library('spa-codec-bluez5-lc3plus',
|
||||
[ 'a2dp-codec-lc3plus.c', 'a2dp-codecs.c' ],
|
||||
include_directories : [ configinc ],
|
||||
c_args : ldac_args,
|
||||
c_args : codec_args,
|
||||
dependencies : [ spa_dep, lc3plus_dep, mathlib ],
|
||||
install : true,
|
||||
install_dir : spa_plugindir / 'bluez5')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue