mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-27 10:40:34 +00:00
42af2d66d8
https://github.com/mesonbuild/meson With contributions from: Tim-Philipp Müller <tim@centricular.com> Matej Knopp <matej.knopp@gmail.com> Jussi Pakkanen <jpakkane@gmail.com> (original port) Highlights of the features provided are: * Faster builds on Linux (~40-50% faster) * The ability to build with MSVC on Windows * Generate Visual Studio project files * Generate XCode project files * Much faster builds on Windows (on-par with Linux) * Seriously fast configure and building on embedded ... and many more. For more details see: http://blog.nirbheek.in/2016/05/gstreamer-and-meson-new-hope.html http://blog.nirbheek.in/2016/07/building-and-developing-gstreamer-using.html Building with Meson should work on both Linux and Windows, but may need a few more tweaks on other operating systems.
40 lines
927 B
Text
40 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__ */
|