gl: add necessary context_egl.h #includes to the source files
authorMatthew Waters <matthew@centricular.com>
Wed, 23 Nov 2016 04:57:05 +0000 (15:57 +1100)
committerMatthew Waters <matthew@centricular.com>
Wed, 23 Nov 2016 04:57:05 +0000 (15:57 +1100)
gst-libs/gst/gl/egl/gstglmemoryegl.c
gst-libs/gst/gl/gstglupload.c

index fd7d25c..8c23122 100644 (file)
@@ -38,6 +38,7 @@
 #include <string.h>
 
 #include <gst/gl/egl/gstglmemoryegl.h>
+#include <gst/gl/egl/gstglcontext_egl.h>
 
 static GstAllocator *_gl_memory_egl_allocator;
 
index d147cb3..e69ae2f 100644 (file)
@@ -29,6 +29,7 @@
 
 #if GST_GL_HAVE_PLATFORM_EGL
 #include "egl/gstglmemoryegl.h"
+#include "egl/gstglcontext_egl.h"
 #endif
 
 #if GST_GL_HAVE_DMABUF