summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Waters <matthew@centricular.com>2021-05-13 15:55:37 +1000
committerMatthew Waters <matthew@centricular.com>2021-05-13 16:19:42 +1000
commitdfd749c5da38d067d7ec899f74eb9a42b3c7ec2b (patch)
tree281ffb85ff3c35ece1ad23e12d90f1f73a14139d
parentf03071439fdab56ff951338c17f0f8ecd298d46c (diff)
downloadgstreamer-plugins-base-dfd749c5da38d067d7ec899f74eb9a42b3c7ec2b.tar.gz
gl/context/egl: change header guard to be unique
The header guard in gst/gl/egl/gstglcontext_egl.h was the same as gst/gl/egl/egl.h Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/809>
-rw-r--r--gst-libs/gst/gl/egl/gstglcontext_egl.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gst-libs/gst/gl/egl/gstglcontext_egl.h b/gst-libs/gst/gl/egl/gstglcontext_egl.h
index bf6719691..5dec8573a 100644
--- a/gst-libs/gst/gl/egl/gstglcontext_egl.h
+++ b/gst-libs/gst/gl/egl/gstglcontext_egl.h
@@ -18,8 +18,8 @@
* Boston, MA 02110-1301, USA.
*/
-#ifndef __GST_GL_EGL_H__
-#define __GST_GL_EGL_H__
+#ifndef __GST_GL_CONTEXT_EGL_H__
+#define __GST_GL_CONTEXT_EGL_H__
#include <gst/gl/gstglcontext.h>
#include <gst/gl/egl/gstgldisplay_egl.h>
@@ -91,4 +91,4 @@ gpointer gst_gl_context_egl_get_proc_address (GstGLAPI gl_api, co
G_END_DECLS
-#endif /* __GST_GL_EGL_H__ */
+#endif /* __GST_GL_CONTEXT_EGL_H__ */