gl: add compat definition for GLuint64 for android

../../../../gst-libs/gst/gl/glprototypes/sync.h:41:23: error: unknown type name 'GLuint64'
                       GLuint64 timeout))
This commit is contained in:
Matthew Waters 2014-11-28 11:56:10 +11:00
parent d6489ee96c
commit b0faa2dd77

View 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)