mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +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>
|
#include <gst/validate/gst-validate-report.h>
|
||||||
|
|
||||||
/* public symbol */
|
/* public symbol */
|
||||||
int gst_validate_create_overrides (void);
|
GST_PLUGIN_EXPORT int gst_validate_create_overrides (void);
|
||||||
|
|
||||||
int
|
int
|
||||||
gst_validate_create_overrides (void)
|
gst_validate_create_overrides (void)
|
||||||
|
|
Loading…
Reference in a new issue