diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2009-03-11 12:02:00 +0100 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2009-03-11 12:02:00 +0100 |
commit | 92bd92f8514ee69f464e965ec465adb86ff882b9 (patch) | |
tree | bf5b465e6293bde6ad63fec9b27c4cbafb35bc9b /audio/gstbluetooth.c | |
parent | fee17aefe6b727ec790568aa4994039ff94bf44e (diff) |
Use GCC visibility for exporting symbols
Diffstat (limited to 'audio/gstbluetooth.c')
-rw-r--r-- | audio/gstbluetooth.c | 2 |
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/") |