mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 13:06:23 +00:00
gl: fixup compat definition for GLuint64 for OS X
This commit is contained in:
parent
462a202427
commit
0af6dcfa23
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ typedef ptrdiff_t GLintptr;
|
|||
#if !GST_GL_HAVE_GLSYNC
|
||||
typedef gpointer GLsync;
|
||||
#endif
|
||||
#ifndef GLuint64
|
||||
#if !GST_GL_HAVE_GLUINT64
|
||||
typedef guint64 GLuint64;
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue