gl: add necessary context_egl.h #includes to the source files

This commit is contained in:
Matthew Waters 2016-11-23 15:57:05 +11:00 committed by Tim-Philipp Müller
parent 6992e16d4d
commit afbca8576e
2 changed files with 2 additions and 0 deletions

View 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;

View 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