From 75d36b990d30f39ed4604d7fab56128cba23300b Mon Sep 17 00:00:00 2001 From: Matthew Waters Date: Wed, 23 Nov 2016 13:32:38 +1100 Subject: [PATCH] gl/memoryegl: remove access to private header gstglcontext_egl.h It's been removed and thus compiling anything against GstGLMemoryEGL would error with: In file included from gstomxvideodec.c:41:0: usr/include/gstreamer-1.0/gst/gl/egl/gstglmemoryegl.h:32:41: fatal error: gst/gl/egl/gstglcontext_egl.h: No such file or directory #include ^ https://bugzilla.gnome.org/show_bug.cgi?id=774886 --- gst-libs/gst/gl/egl/gstglmemoryegl.h | 1 - 1 file changed, 1 deletion(-) diff --git a/gst-libs/gst/gl/egl/gstglmemoryegl.h b/gst-libs/gst/gl/egl/gstglmemoryegl.h index fa37d4e8da..78f962a788 100644 --- a/gst-libs/gst/gl/egl/gstglmemoryegl.h +++ b/gst-libs/gst/gl/egl/gstglmemoryegl.h @@ -29,7 +29,6 @@ #include #include -#include #include #include