summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2020-09-07 15:57:36 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2020-09-07 16:19:12 +0200
commit93c179932a1a282bb56823ee202e387ced41f388 (patch)
tree91f8c36ece9ddf77a0d6a46c5f969ac236b5e760 /conf
parentc9ffc571c1c80edc9d4a0df9d7cdf2934de18df7 (diff)
bluez-alsa: fix linking with gcc 10
GCC 10 by default compiles with -fno-common which results in linker erros. | ld: bluez-a2dp.o:...git/src/bluez-a2dp.h:20: multiple definition of `bluez_a2dp_sbc'; .../git/src/bluez-a2dp.h:20: first defined here | ld: bluez-iface.o:...git/src/bluez-iface.h:17: multiple definition of `bluez_iface_profile'; .../git/src/bluez-iface.h:17: first defined here | ld: bluez-iface.o:...git/src/bluez-iface.h:16: multiple definition of `bluez_iface_endpoint'; .../git/src/bluez-iface.h:16: first defined here Declare with 'extern' fixes the linkage. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'conf')
0 files changed, 0 insertions, 0 deletions