gl: add compatibility definition of GLint64
authorMatthew Waters <matthew@centricular.com>
Fri, 15 Jan 2016 05:07:27 +0000 (16:07 +1100)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 9 Dec 2017 19:32:15 +0000 (19:32 +0000)
e.g. anrdoid doesn't have it

gst-libs/gst/gl/glprototypes/gstgl_compat.h

index a4f963d8dfefffce7f19a80c8c2df726f624d421..31b1e005d1899632a502817ab41f9a3471ca1b72 100644 (file)
@@ -42,6 +42,9 @@ typedef gpointer GLsync;
 #if !GST_GL_HAVE_GLUINT64
 typedef guint64 GLuint64;
 #endif
+#if !GST_GL_HAVE_GLINT64
+typedef gint64 GLint64;
+#endif
 
 #if !defined(GST_GL_DEBUG_PROC)
 #if defined(GLDEBUGPROC)