diff options
| author | Julien Isorce <jisorce@oblong.com> | 2017-08-22 12:39:43 +0100 |
|---|---|---|
| committer | Julien Isorce <jisorce@oblong.com> | 2017-08-22 12:42:22 +0100 |
| commit | 9403af81ef899c0698448b899ed8ae273378d5a0 (patch) | |
| tree | df9df09c3c272b7a7ba7949dbf41084145c8e3d8 | |
| parent | 2fd84a6c867641b53529de727ac72549b299a6f8 (diff) | |
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
| -rw-r--r-- | ext/gl/caopengllayersink.h | 1 | ||||
| -rw-r--r-- | ext/gl/gstgltransformation.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/ext/gl/caopengllayersink.h b/ext/gl/caopengllayersink.h index 25bc10650..c2710033d 100644 --- a/ext/gl/caopengllayersink.h +++ b/ext/gl/caopengllayersink.h @@ -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 diff --git a/ext/gl/gstgltransformation.h b/ext/gl/gstgltransformation.h index a767be2e4..205f1a48f 100644 --- a/ext/gl/gstgltransformation.h +++ b/ext/gl/gstgltransformation.h @@ -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 |
