diff options
| -rw-r--r-- | gst-libs/gst/gl/egl/gstglmemoryegl.c | 1 | ||||
| -rw-r--r-- | gst-libs/gst/gl/gstglupload.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/gst-libs/gst/gl/egl/gstglmemoryegl.c b/gst-libs/gst/gl/egl/gstglmemoryegl.c index fd7d25c60..8c23122bf 100644 --- a/gst-libs/gst/gl/egl/gstglmemoryegl.c +++ b/gst-libs/gst/gl/egl/gstglmemoryegl.c @@ -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; diff --git a/gst-libs/gst/gl/gstglupload.c b/gst-libs/gst/gl/gstglupload.c index d147cb311..e69ae2f06 100644 --- a/gst-libs/gst/gl/gstglupload.c +++ b/gst-libs/gst/gl/gstglupload.c @@ -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 |
