validate: Export the plugin symbol correctly
Otherwise it doesn't get correctly exported when building with MSVC
This commit is contained in:
parent
a86c36b9a9
commit
8c06862e80
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user