gltransform: Fix includes of graphene headers

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.
This commit is contained in:
Nicolas Dufresne 2015-02-18 17:10:48 -05:00
parent 9909d1f770
commit 4ea15b1b3f
2 changed files with 4 additions and 3 deletions

View file

@ -44,9 +44,10 @@
#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);

View file

@ -22,7 +22,7 @@
#define _GST_GL_TRANSFORMATION_H_
#include <gst/gl/gstglfilter.h>
#include <graphene-1.0/graphene.h>
#include <graphene.h>
G_BEGIN_DECLS