mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-25 09:40:37 +00:00
validate: fix one more export
gst-validate-scenario.c:183:7: error: '_gst_validate_action_type' redeclared without dllimport attribute: previous dllimport ignore This is also declared in gst-validate-internal.h
This commit is contained in:
parent
727eb3979a
commit
c4091f82a9
1 changed files with 0 additions and 2 deletions
|
@ -40,8 +40,6 @@ G_BEGIN_DECLS
|
||||||
typedef struct _GstValidateScenarioPrivate GstValidateScenarioPrivate;
|
typedef struct _GstValidateScenarioPrivate GstValidateScenarioPrivate;
|
||||||
typedef struct _GstValidateActionParameter GstValidateActionParameter;
|
typedef struct _GstValidateActionParameter GstValidateActionParameter;
|
||||||
|
|
||||||
GST_EXPORT GType _gst_validate_action_type;
|
|
||||||
|
|
||||||
typedef enum
|
typedef enum
|
||||||
{
|
{
|
||||||
GST_VALIDATE_EXECUTE_ACTION_ERROR,
|
GST_VALIDATE_EXECUTE_ACTION_ERROR,
|
||||||
|
|
Loading…
Reference in a new issue