Branch: refs/heads/master Home: https://github.com/bluez/bluez Commit: 1e1c311243b190586b5a7ee93bec711b163de7de https://github.com/bluez/bluez/commit/1e1c311243b190586b5a7ee93bec711b163de7de Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2025-01-09 (Thu, 09 Jan 2025) Changed paths: M Makefile.plugins M configure.ac M profiles/audio/media.c M profiles/audio/transport.c Log Message: ----------- build: Fix --disable-avrcp This fixes --disable-avrcp causing build errors. Fixes: https://github.com/bluez/bluez/issues/1061 Commit: 4f288bd961fcda569875e335406386e571327b20 https://github.com/bluez/bluez/commit/4f288bd961fcda569875e335406386e571327b20 Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2025-01-09 (Thu, 09 Jan 2025) Changed paths: M configure.ac M profiles/audio/transport.c Log Message: ----------- build: Fix --disable-a2dp This fixes --disable-a2dp causing build errors: /usr/bin/ld: profiles/audio/bluetoothd-transport.o: in function `transport_a2dp_snk_init': /bluez/profiles/audio/transport.c:1742:(.text.transport_a2dp_snk_init+0x49): undefined reference to `source_add_state_cb' /usr/bin/ld: profiles/audio/bluetoothd-transport.o: in function `transport_a2dp_destroy': /bluez/profiles/audio/transport.c:1578:(.text.transport_a2dp_src_destroy+0x14): undefined reference to `avdtp_unref' /usr/bin/ld: profiles/audio/bluetoothd-transport.o: in function `transport_a2dp_src_destroy': /bluez/profiles/audio/transport.c:1588:(.text.transport_a2dp_src_destroy+0x29): undefined reference to `sink_remove_state_cb' /usr/bin/ld: profiles/audio/bluetoothd-transport.o: in function `transport_a2dp_get_stream': /bluez/profiles/audio/transport.c:397:(.text.transport_a2dp_get_stream+0x1a): undefined reference to `a2dp_sep_get_stream' /usr/bin/ld: profiles/audio/bluetoothd-transport.o: in function `transport_a2dp_cancel': /bluez/profiles/audio/transport.c:586:(.text.transport_a2dp_cancel+0xc): undefined reference to `a2dp_cancel' /usr/bin/ld: profiles/audio/bluetoothd-transport.o: in function `transport_a2dp_remove_owner': /bluez/profiles/audio/transport.c:602:(.text.transport_a2dp_remove_owner+0x34): undefined reference to `a2dp_cancel' /usr/bin/ld: profiles/audio/bluetoothd-transport.o: in function `transport_a2dp_src_init': /bluez/profiles/audio/transport.c:1725:(.text.transport_a2dp_src_init+0x49): undefined reference to `sink_add_state_cb' /usr/bin/ld: profiles/audio/bluetoothd-transport.o: in function `transport_a2dp_destroy': /bluez/profiles/audio/transport.c:1578:(.text.transport_a2dp_snk_destroy+0x14): undefined reference to `avdtp_unref' /usr/bin/ld: profiles/audio/bluetoothd-transport.o: in function `transport_a2dp_snk_destroy': /bluez/profiles/audio/transport.c:1598:(.text.transport_a2dp_snk_destroy+0x29): undefined reference to `source_remove_state_cb' /usr/bin/ld: profiles/audio/bluetoothd-transport.o: in function `transport_a2dp_suspend': /bluez/profiles/audio/transport.c:438:(.text.transport_a2dp_suspend+0x79): undefined reference to `a2dp_sep_unlock' /usr/bin/ld: /bluez/profiles/audio/transport.c:433:(.text.transport_a2dp_suspend+0x5a): undefined reference to `a2dp_suspend' /usr/bin/ld: profiles/audio/bluetoothd-transport.o: in function `a2dp_suspend_complete': /bluez/profiles/audio/transport.c:415:(.text.a2dp_suspend_complete+0x47): undefined reference to `a2dp_sep_unlock' /usr/bin/ld: profiles/audio/bluetoothd-transport.o: in function `transport_a2dp_resume': /bluez/profiles/audio/transport.c:555:(.text.transport_a2dp_resume+0x4d): undefined reference to `a2dp_sep_lock' /usr/bin/ld: /bluez/profiles/audio/transport.c:550:(.text.transport_a2dp_resume+0x76): undefined reference to `a2dp_resume' /usr/bin/ld: /bluez/profiles/audio/transport.c:558:(.text.transport_a2dp_resume+0xa2): undefined reference to `a2dp_resume' /usr/bin/ld: /bluez/profiles/audio/transport.c:544:(.text.transport_a2dp_resume+0xd5): undefined reference to `a2dp_avdtp_get' /usr/bin/ld: /bluez/profiles/audio/transport.c:561:(.text.transport_a2dp_resume+0xf8): undefined reference to `a2dp_sep_unlock' /usr/bin/ld: profiles/audio/bluetoothd-transport.o: in function `transport_a2dp_get_stream': /bluez/profiles/audio/transport.c:397:(.text.a2dp_resume_complete+0x82): undefined reference to `a2dp_sep_get_stream' /usr/bin/ld: profiles/audio/bluetoothd-transport.o: in function `a2dp_resume_complete': /bluez/profiles/audio/transport.c:508:(.text.a2dp_resume_complete+0xcc): undefined reference to `avdtp_stream_get_transport' /usr/bin/ld: profiles/audio/bluetoothd-transport.o: in function `transport_a2dp_snk_set_delay': /bluez/profiles/audio/transport.c:659:(.text.transport_a2dp_snk_set_delay+0x95): undefined reference to `a2dp_avdtp_get' /usr/bin/ld: /bluez/profiles/audio/transport.c:676:(.text.transport_a2dp_snk_set_delay+0x52): undefined reference to `avdtp_delay_report' /usr/bin/ld: profiles/audio/bluetoothd-transport.o: in function `delay_reporting_exists': /bluez/profiles/audio/transport.c:1000:(.text.delay_reporting_exists+0x19): undefined reference to `avdtp_stream_has_delay_reporting' collect2: error: ld returned 1 exit status make[1]: *** [Makefile:6378: src/bluetoothd] Error 1 make: *** [Makefile:4696: all] Error 2 Commit: 2762dffb062e7c73e94f9655b36ad9c078aebd29 https://github.com/bluez/bluez/commit/2762dffb062e7c73e94f9655b36ad9c078aebd29 Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2025-01-10 (Fri, 10 Jan 2025) Changed paths: M profiles/audio/transport.c Log Message: ----------- audio/transport: Make include of avrcp.h conditional This makes the include of avrcp.h conditional to HAVE_AVRCP. Compare: https://github.com/bluez/bluez/compare/036041136f10...2762dffb062e To unsubscribe from these emails, change your notification settings at https://github.com/bluez/bluez/settings/notifications