From c4091f82a9c34c3d97454afad152086de42af8c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Fri, 24 Jun 2016 14:03:48 +0100 Subject: [PATCH] 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 --- validate/gst/validate/gst-validate-scenario.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/validate/gst/validate/gst-validate-scenario.h b/validate/gst/validate/gst-validate-scenario.h index 9ae3ca2ced..84f2c5d778 100644 --- a/validate/gst/validate/gst-validate-scenario.h +++ b/validate/gst/validate/gst-validate-scenario.h @@ -40,8 +40,6 @@ G_BEGIN_DECLS typedef struct _GstValidateScenarioPrivate GstValidateScenarioPrivate; typedef struct _GstValidateActionParameter GstValidateActionParameter; -GST_EXPORT GType _gst_validate_action_type; - typedef enum { GST_VALIDATE_EXECUTE_ACTION_ERROR,