From 92bd92f8514ee69f464e965ec465adb86ff882b9 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 11 Mar 2009 12:02:00 +0100 Subject: Use GCC visibility for exporting symbols --- audio/gstbluetooth.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'audio/gstbluetooth.c') 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/") -- cgit