summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWim Taymans <wtaymans@redhat.com>2020-02-07 17:14:50 +0100
committerWim Taymans <wtaymans@redhat.com>2020-02-07 17:14:50 +0100
commit7a976c7ca8e893960889f75a9c0b526f46c960c3 (patch)
tree9638948d1ad66833d4637788cdf87e67c1b08e19
parenta62e41eae2e94868558f2621d3e90381fa646efa (diff)
bluez5: declare factory as extern0.2
-rw-r--r--spa/plugins/bluez5/bluez5-monitor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/spa/plugins/bluez5/bluez5-monitor.c b/spa/plugins/bluez5/bluez5-monitor.c
index e82ac5a8..71517cc6 100644
--- a/spa/plugins/bluez5/bluez5-monitor.c
+++ b/spa/plugins/bluez5/bluez5-monitor.c
@@ -75,7 +75,7 @@ struct spa_bt_monitor {
struct spa_list transport_list;
};
-struct spa_handle_factory spa_a2dp_sink_factory;
+extern struct spa_handle_factory spa_a2dp_sink_factory;
static void fill_item(struct spa_bt_monitor *this, struct spa_bt_transport *transport,
struct spa_pod **result, struct spa_pod_builder *builder)