summaryrefslogtreecommitdiffstats
path: root/audio/gstbluetooth.c
diff options
context:
space:
mode:
Diffstat (limited to 'audio/gstbluetooth.c')
-rw-r--r--audio/gstbluetooth.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/gstbluetooth.c b/audio/gstbluetooth.c
index 072b12ee..7775b48d 100644
--- a/audio/gstbluetooth.c
+++ b/audio/gstbluetooth.c
@@ -99,6 +99,8 @@ static gboolean plugin_init(GstPlugin *plugin)
return TRUE;
}
+extern GstPluginDesc gst_plugin_desc __attribute__ ((visibility("default")));
+
GST_PLUGIN_DEFINE(GST_VERSION_MAJOR, GST_VERSION_MINOR,
"bluetooth", "Bluetooth plugin library",
plugin_init, VERSION, "LGPL", "BlueZ", "http://www.bluez.org/")