undefined reference errors with --disable-avrcp option (bluez 5.45)
From: sudeepta bhuyan <hidden>
Date: 2017-06-12 13:20:26
From: sudeepta bhuyan <hidden>
Date: 2017-06-12 13:20:26
Hello all, I tried to disable AVRCP using the configure option --disable-avrcp in bluez 5.45. ./configure --disable-avrcp However building the code results in undefined reference errors like the following: bluez-5.45/profiles/audio/media.c:982: undefined reference to `avrcp_unregister_player' bluez-5.45/profiles/audio/media.c:1361: undefined reference to `avrcp_player_event' bluez-5.45/profiles/audio/media.c:1783: undefined reference to `avrcp_register_player' Am I doing something wrong here? Thanks, Sudeepta