diff --git a/gst-libs/gst/gl/glprototypes/gstgl_compat.h b/gst-libs/gst/gl/glprototypes/gstgl_compat.h index 976657364a..00d6944a66 100644 --- a/gst-libs/gst/gl/glprototypes/gstgl_compat.h +++ b/gst-libs/gst/gl/glprototypes/gstgl_compat.h @@ -39,6 +39,9 @@ typedef ptrdiff_t GLintptr; #if !GST_GL_HAVE_GLSYNC typedef gpointer GLsync; #endif +#ifndef GLuint64 +typedef guint64 GLuint64; +#endif #if !defined(GST_GL_DEBUG_PROC) #if defined(GLDEBUGPROC)