gl: add compat definition for GLuint64 for android
authorMatthew Waters <matthew@centricular.com>
Fri, 28 Nov 2014 00:56:10 +0000 (11:56 +1100)
committerMatthew Waters <matthew@centricular.com>
Fri, 28 Nov 2014 00:57:25 +0000 (11:57 +1100)
../../../../gst-libs/gst/gl/glprototypes/sync.h:41:23: error: unknown type name 'GLuint64'
                       GLuint64 timeout))

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

index 9766573..00d6944 100644 (file)
@@ -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)