gl: fix broken build due to previous commit 2fd84a6c

Can reproduce after installing libgraphene-dev

Also fixes caopengllayersink.h to anticipate build error on osx.

https://bugzilla.gnome.org/show_bug.cgi?id=784779
This commit is contained in:
Julien Isorce 2017-08-22 12:39:43 +01:00
parent 2fd84a6c86
commit 9403af81ef
2 changed files with 2 additions and 0 deletions

View file

@ -26,6 +26,7 @@
#include <gst/video/video.h>
#include <gst/gl/gl.h>
#include <gst/gl/gstglfuncs.h>
#include <gst/gl/cocoa/gstglcaopengllayer.h>
G_BEGIN_DECLS

View file

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