[bluez/bluez] 4d37bf: transport: Fix build with VCP support disabled
From: hadess <hidden>
Date: 2025-09-16 23:15:22
Branch: refs/heads/1003112 Home: https://github.com/bluez/bluez Commit: 4d37bf5e2c6dffeb821bb2bdea24666b28cad1b0 https://github.com/bluez/bluez/commit/4d37bf5e2c6dffeb821bb2bdea24666b28cad1b0 Author: Bastien Nocera [off-list ref] Date: 2025-09-16 (Tue, 16 Sep 2025) Changed paths: M configure.ac M profiles/audio/transport.c Log Message: ----------- transport: Fix build with VCP support disabled $ $ ./bootstrap-configure --enable-a2dp --enable-avrcp --enable-experimental --enable-asha --disable-vcp && make [...] /usr/bin/ld: profiles/audio/bluetoothd-transport.o: in function `transport_bap_set_volume': profiles/audio/transport.c:2275:(.text.transport_bap_set_volume+0x11): undefined reference to `bt_audio_vcp_set_volume' /usr/bin/ld: profiles/audio/bluetoothd-transport.o: in function `transport_bap_get_volume': profiles/audio/transport.c:2266:(.text.transport_bap_get_volume+0x9): undefined reference to `bt_audio_vcp_get_volume' Reported-by: Arun Raghavan <redacted> Fixes: af8266af13c8 ("audio: connect VCP profile client to MediaTransport") To unsubscribe from these emails, change your notification settings at https://github.com/bluez/bluez/settings/notifications