1/* gstglconfig.h
2 *
3 * This is a generated file. Please modify `configure.ac'
4 */
5
6#ifndef __GST_GL_CONFIG_H__
7#define __GST_GL_CONFIG_H__
8
9#include <gst/gst.h>
10
11G_BEGIN_DECLS
12
13
14#define GST_GL_HAVE_OPENGL 1
15#define GST_GL_HAVE_GLES2 1
16#define GST_GL_HAVE_GLES3 1
17#define GST_GL_HAVE_GLES3EXT3_H 1
18
19#define GST_GL_HAVE_WINDOW_X11 1
20#define GST_GL_HAVE_WINDOW_COCOA 0
21#define GST_GL_HAVE_WINDOW_WIN32 0
22#define GST_GL_HAVE_WINDOW_WAYLAND 1
23#define GST_GL_HAVE_WINDOW_ANDROID 0
24#define GST_GL_HAVE_WINDOW_DISPMANX 0
25#define GST_GL_HAVE_WINDOW_EAGL 0
26#define GST_GL_HAVE_WINDOW_VIV_FB 0
27#define GST_GL_HAVE_WINDOW_GBM 1
28
29#define GST_GL_HAVE_PLATFORM_EGL 1
30#define GST_GL_HAVE_PLATFORM_GLX 1
31#define GST_GL_HAVE_PLATFORM_WGL 0
32#define GST_GL_HAVE_PLATFORM_CGL 0
33#define GST_GL_HAVE_PLATFORM_EAGL 0
34
35#define GST_GL_HAVE_DMABUF 1
36#define GST_GL_HAVE_VIV_DIRECTVIV 0
37
38#define GST_GL_HAVE_GLEGLIMAGEOES 1
39#define GST_GL_HAVE_GLCHAR 1
40#define GST_GL_HAVE_GLSIZEIPTR 1
41#define GST_GL_HAVE_GLINTPTR 1
42#define GST_GL_HAVE_GLSYNC 1
43#define GST_GL_HAVE_GLUINT64 1
44#define GST_GL_HAVE_GLINT64 1
45#define GST_GL_HAVE_EGLATTRIB 1
46#define GST_GL_HAVE_EGLUINT64KHR 1
47
48G_END_DECLS
49
50#endif /* __GST_GL_CONFIG_H__ */
51