mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
gl: add necessary context_egl.h #includes to the source files
This commit is contained in:
parent
6992e16d4d
commit
afbca8576e
2 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue