Hi Bruno It is simple, just change the order of these two includes. diff -Nur gstreamer-1.0.7.orig/gst/gstdatetime.c gstreamer-1.0.7/gst/gstdatetime.c --- gstreamer-1.0.7.orig/gst/gstdatetime.c 2013-04-26 09:25:31.000000000 +0200 +++ gstreamer-1.0.7/gst/gstdatetime.c 2014-03-05 15:39:33.000000000 +0100 @@ -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> /Mikkel Den 08/03/2014 kl. 11.48 skrev Bruno Coudoin <bruno coudoin gcompris net>:
|