mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
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:
parent
d6489ee96c
commit
b0faa2dd77
1 changed files with 3 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue