mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-13 02:45:35 +00:00
gsturi: include gstconfig.h earlier for GST_API define
This commit is contained in:
parent
6436437d83
commit
629bd08e02
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue