gl: fixup compat definition for GLuint64 for OS X

This commit is contained in:
Matthew Waters 2014-11-28 13:04:21 +11:00 committed by Tim-Philipp Müller
parent 462a202427
commit 0af6dcfa23

View file

@ -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