mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
41 lines
927 B
Text
41 lines
927 B
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
|
||
|
|
||
|
|
||
|
G_END_DECLS
|
||
|
|
||
|
#endif /* __GST_GL_CONFIG_H__ */
|