mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 17:51:16 +00:00
datetime: Make sure to include gst_private.h before glib-compat-private.h
We need to define the GLib log domain before including glib.h, which is included by glib-compat-private.h.
This commit is contained in:
parent
1a148ecb16
commit
eac533f365
1 changed files with 1 additions and 1 deletions
|
@ -21,8 +21,8 @@
|
|||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include "glib-compat-private.h"
|
||||
#include "gst_private.h"
|
||||
#include "glib-compat-private.h"
|
||||
#include "gstdatetime.h"
|
||||
#include "gstvalue.h"
|
||||
#include <glib.h>
|
||||
|
|
Loading…
Reference in a new issue