validate: Export the plugin symbol correctly

Otherwise it doesn't get correctly exported when building with MSVC
This commit is contained in:
Nirbheek Chauhan 2018-09-06 17:29:24 +05:30
parent a86c36b9a9
commit 8c06862e80

View file

@ -29,7 +29,7 @@
#include <gst/validate/gst-validate-report.h>
/* public symbol */
int gst_validate_create_overrides (void);
GST_PLUGIN_EXPORT int gst_validate_create_overrides (void);
int
gst_validate_create_overrides (void)