[744/906] gl: Use __GST_GL_H__ instead of __GL_H__ as a multi-include guard
authorSebastian Dröge <slomo@circular-chaos.org>
Fri, 12 Jul 2013 09:35:52 +0000 (11:35 +0200)
committerMatthew Waters <ystreet00@gmail.com>
Sat, 15 Mar 2014 17:36:58 +0000 (18:36 +0100)
GL/gl.h might use the latter already.

gst-libs/gst/gl/gl.h

index 03a1c13..3f3a277 100644 (file)
@@ -18,8 +18,8 @@
  * Boston, MA 02110-1301, USA.
  */
 
-#ifndef __GL_H__
-#define __GL_H__
+#ifndef __GST_GL_H__
+#define __GST_GL_H__
 
 #include <gst/gl/gstgl_fwd.h>
 #include <gst/gl/gstglconfig.h>
@@ -38,4 +38,4 @@
 #include <gst/gl/gstglmixer.h>
 #include <gst/gl/gstglshadervariables.h>
 
-#endif /* __GL_H__ */
+#endif /* __GST_GL_H__ */