diff options
author | Wim Taymans <wtaymans@redhat.com> | 2020-02-07 17:14:50 +0100 |
---|---|---|
committer | Wim Taymans <wtaymans@redhat.com> | 2020-02-07 17:14:50 +0100 |
commit | 7a976c7ca8e893960889f75a9c0b526f46c960c3 (patch) | |
tree | 9638948d1ad66833d4637788cdf87e67c1b08e19 | |
parent | a62e41eae2e94868558f2621d3e90381fa646efa (diff) |
bluez5: declare factory as extern0.2
-rw-r--r-- | spa/plugins/bluez5/bluez5-monitor.c | 2 |
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) |