gsturi: include gstconfig.h earlier for GST_API define

This commit is contained in:
Tim-Philipp Müller 2018-04-09 14:19:19 +01:00
parent 0b293cad89
commit 92887d4767

View 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"
/**