gl: add necessary context_egl.h #includes to the source files
This commit is contained in:
parent
75d36b990d
commit
7ab4abb3ab
@ -38,6 +38,7 @@
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#include <gst/gl/egl/gstglmemoryegl.h>
|
#include <gst/gl/egl/gstglmemoryegl.h>
|
||||||
|
#include <gst/gl/egl/gstglcontext_egl.h>
|
||||||
|
|
||||||
static GstAllocator *_gl_memory_egl_allocator;
|
static GstAllocator *_gl_memory_egl_allocator;
|
||||||
|
|
||||||
|
@ -29,6 +29,7 @@
|
|||||||
|
|
||||||
#if GST_GL_HAVE_PLATFORM_EGL
|
#if GST_GL_HAVE_PLATFORM_EGL
|
||||||
#include "egl/gstglmemoryegl.h"
|
#include "egl/gstglmemoryegl.h"
|
||||||
|
#include "egl/gstglcontext_egl.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if GST_GL_HAVE_DMABUF
|
#if GST_GL_HAVE_DMABUF
|
||||||
|
Loading…
x
Reference in New Issue
Block a user