mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
spa/bluez: correct a library name variable in meson.build
Unused, so no functional change here
This commit is contained in:
parent
ebda71d489
commit
56193d474c
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ if fdk_aac_dep.found()
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if aptx_dep.found()
|
if aptx_dep.found()
|
||||||
bluez_codec_aac = shared_library('spa-codec-bluez5-aptx',
|
bluez_codec_aptx = shared_library('spa-codec-bluez5-aptx',
|
||||||
[ 'a2dp-codec-aptx.c', 'a2dp-codecs.c' ],
|
[ 'a2dp-codec-aptx.c', 'a2dp-codecs.c' ],
|
||||||
include_directories : [ spa_inc, configinc ],
|
include_directories : [ spa_inc, configinc ],
|
||||||
c_args : codec_args,
|
c_args : codec_args,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue