summaryrefslogtreecommitdiffstats
path: root/audio/gstbluetooth.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2009-03-11 12:02:00 +0100
committerMarcel Holtmann <marcel@holtmann.org>2009-03-11 12:02:00 +0100
commit92bd92f8514ee69f464e965ec465adb86ff882b9 (patch)
treebf5b465e6293bde6ad63fec9b27c4cbafb35bc9b /audio/gstbluetooth.c
parentfee17aefe6b727ec790568aa4994039ff94bf44e (diff)
Use GCC visibility for exporting symbols
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/")