The graphene-1.0 part should not be in the source code. This directory
is part of the cflags include. This is similar to gstreamer-1.0/
directory. This break compilation if the include directory where
graphene is installed is not in your include path.
#include "config.h"
#endif
-#include <gst/gl/gstglapi.h>
#include "gstgltransformation.h"
-#include <graphene-1.0/graphene-gobject.h>
+
+#include <gst/gl/gstglapi.h>
+#include <graphene-gobject.h>
#define GST_CAT_DEFAULT gst_gl_transformation_debug
GST_DEBUG_CATEGORY_STATIC (GST_CAT_DEFAULT);
#define _GST_GL_TRANSFORMATION_H_
#include <gst/gl/gstglfilter.h>
-#include <graphene-1.0/graphene.h>
+#include <graphene.h>
G_BEGIN_DECLS