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