mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 17:20:36 +00:00
[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:
parent
4c7388be18
commit
d7f69c3d93
1 changed files with 3 additions and 3 deletions
|
@ -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__ */
|
||||
|
|
Loading…
Reference in a new issue