mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 10:41:04 +00:00
[478/906] OpenGL ES 2.0: include glib.h to use G_BEGIN_DECLS in gstgles2.h
Fix bug #631019
This commit is contained in:
parent
591b4282ed
commit
2509eab48b
1 changed files with 2 additions and 0 deletions
|
@ -23,6 +23,8 @@
|
||||||
#ifndef __GST_GL_ES2__
|
#ifndef __GST_GL_ES2__
|
||||||
#define __GST_GL_ES2__
|
#define __GST_GL_ES2__
|
||||||
|
|
||||||
|
#include <glib.h>
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
|
||||||
/* GLEW */
|
/* GLEW */
|
||||||
|
|
Loading…
Reference in a new issue