mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
b5b7a3aec3
Currently only works on linux with egl/glx + wayland/x11 but the general principals have been layed out for adding the other GL platforms/winsys'.
45 lines
1.1 KiB
Text
45 lines
1.1 KiB
Text
/* gstglconfig.h
|
|
*
|
|
* This is a generated file. Please modify `configure.ac'
|
|
*/
|
|
|
|
#ifndef __GST_GL_CONFIG_H__
|
|
#define __GST_GL_CONFIG_H__
|
|
|
|
#include <gst/gst.h>
|
|
|
|
G_BEGIN_DECLS
|
|
|
|
|
|
#mesondefine GST_GL_HAVE_OPENGL
|
|
#mesondefine GST_GL_HAVE_GLES2
|
|
#mesondefine GST_GL_HAVE_GLES3
|
|
|
|
#mesondefine GST_GL_HAVE_WINDOW_X11
|
|
#mesondefine GST_GL_HAVE_WINDOW_COCOA
|
|
#mesondefine GST_GL_HAVE_WINDOW_WIN32
|
|
#mesondefine GST_GL_HAVE_WINDOW_WAYLAND
|
|
#mesondefine GST_GL_HAVE_WINDOW_ANDROID
|
|
#mesondefine GST_GL_HAVE_WINDOW_DISPMANX
|
|
#mesondefine GST_GL_HAVE_WINDOW_EAGL
|
|
|
|
#mesondefine GST_GL_HAVE_PLATFORM_EGL
|
|
#mesondefine GST_GL_HAVE_PLATFORM_GLX
|
|
#mesondefine GST_GL_HAVE_PLATFORM_WGL
|
|
#mesondefine GST_GL_HAVE_PLATFORM_CGL
|
|
#mesondefine GST_GL_HAVE_PLATFORM_EAGL
|
|
|
|
#mesondefine GST_GL_HAVE_GLEGLIMAGEOES
|
|
#mesondefine GST_GL_HAVE_GLCHAR
|
|
#mesondefine GST_GL_HAVE_GLSIZEIPTR
|
|
#mesondefine GST_GL_HAVE_GLINTPTR
|
|
#mesondefine GST_GL_HAVE_GLSYNC
|
|
#mesondefine GST_GL_HAVE_GLUINT64
|
|
#mesondefine GST_GL_HAVE_GLINT64
|
|
#mesondefine GST_GL_HAVE_EGLATTRIB
|
|
|
|
#mesondefine GST_GL_HAVE_DMABUF
|
|
|
|
G_END_DECLS
|
|
|
|
#endif /* __GST_GL_CONFIG_H__ */
|