From 0af6dcfa232895febf2f4705bf5b9a2a812cc303 Mon Sep 17 00:00:00 2001 From: Matthew Waters Date: Fri, 28 Nov 2014 13:04:21 +1100 Subject: [PATCH] gl: fixup compat definition for GLuint64 for OS X --- gst-libs/gst/gl/glprototypes/gstgl_compat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst-libs/gst/gl/glprototypes/gstgl_compat.h b/gst-libs/gst/gl/glprototypes/gstgl_compat.h index 00d6944a66..a4f963d8df 100644 --- a/gst-libs/gst/gl/glprototypes/gstgl_compat.h +++ b/gst-libs/gst/gl/glprototypes/gstgl_compat.h @@ -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