gstconfig.h: Don't use extern with dllexport
authorNirbheek Chauhan <nirbheek@centricular.com>
Thu, 23 Jun 2016 23:56:09 +0000 (05:26 +0530)
committerTim-Philipp Müller <tim@centricular.com>
Fri, 24 Jun 2016 00:09:32 +0000 (01:09 +0100)
commit54fa564e012aa2f5aeac7fce9a6df0f592724eb3
treef74522427ad51571a74ea0a6a85a87633e978548
parent48088867db20094c8aafc7f50ce1bc0d8c633df5
gstconfig.h: Don't use extern with dllexport

GCC emits an error for this with -Werror:

plugin.c:22:1: error: 'gst_plugin_desc' initialized and declared 'extern' [-Werror]

This matches how glib does symbol exporting.

https://bugzilla.gnome.org/show_bug.cgi?id=767463
gst/gstconfig.h.in