Skip to content

Commit

Permalink
gl/context/egl: change header guard to be unique
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
ystreet committed May 13, 2021
1 parent f030714 commit dfd749c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gst-libs/gst/gl/egl/gstglcontext_egl.h
Expand Up @@ -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>
Expand Down Expand Up @@ -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__ */

0 comments on commit dfd749c

Please sign in to comment.