gstglconfig.h 870 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. /* gstglconfig.h
  2. *
  3. * This is a generated file. Please modify `configure.ac'
  4. */
  5. #ifndef __GST_GL_CONFIG_H__
  6. #define __GST_GL_CONFIG_H__
  7. #include <gst/gst.h>
  8. G_BEGIN_DECLS
  9. #define GST_GL_HAVE_OPENGL 1
  10. #define GST_GL_HAVE_GLES2 0
  11. #define GST_GL_HAVE_GLES3 0
  12. #define GST_GL_HAVE_WINDOW_X11 0
  13. #define GST_GL_HAVE_WINDOW_COCOA 1
  14. #define GST_GL_HAVE_WINDOW_WIN32 0
  15. #define GST_GL_HAVE_WINDOW_WAYLAND 0
  16. #define GST_GL_HAVE_WINDOW_ANDROID 0
  17. #define GST_GL_HAVE_WINDOW_DISPMANX 0
  18. #define GST_GL_HAVE_WINDOW_EAGL 0
  19. #define GST_GL_HAVE_PLATFORM_EGL 0
  20. #define GST_GL_HAVE_PLATFORM_GLX 0
  21. #define GST_GL_HAVE_PLATFORM_WGL 0
  22. #define GST_GL_HAVE_PLATFORM_CGL 1
  23. #define GST_GL_HAVE_PLATFORM_EAGL 0
  24. #define GST_GL_HAVE_GLEGLIMAGEOES 0
  25. #define GST_GL_HAVE_GLCHAR 1
  26. #define GST_GL_HAVE_GLSIZEIPTR 1
  27. #define GST_GL_HAVE_GLINTPTR 1
  28. G_END_DECLS
  29. #endif /* __GST_GL_CONFIG_H__ */