gsturi: include gstconfig.h earlier for GST_API define
authorTim-Philipp Müller <tim@centricular.com>
Mon, 9 Apr 2018 13:19:19 +0000 (14:19 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Mon, 9 Apr 2018 13:19:19 +0000 (14:19 +0100)
gst/gsturi.h

index 0dd809e..75145f9 100644 (file)
@@ -31,6 +31,8 @@
 
 G_BEGIN_DECLS
 
+#include <gst/gstconfig.h>
+
 GST_API
 GQuark gst_uri_error_quark (void);
 
@@ -98,7 +100,6 @@ typedef struct _GstURIHandler GstURIHandler;
 typedef struct _GstURIHandlerInterface GstURIHandlerInterface;
 
 #include <gst/gstelement.h>
-#include <gst/gstconfig.h>
 #include "gstminiobject.h"
 
 /**