[744/906] gl: Use __GST_GL_H__ instead of __GL_H__ as a multi-include guard

GL/gl.h might use the latter already.
This commit is contained in:
Sebastian Dröge 2013-07-12 11:35:52 +02:00 committed by Tim-Philipp Müller
parent 29874d3be6
commit bbd9dd465c

View 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__ */