mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 18:39:54 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue