From e653ae9fc26ef98d625c0204ace36cf15e9f2f5c Mon Sep 17 00:00:00 2001 From: Matthew Waters Date: Fri, 28 Nov 2014 13:04:21 +1100 Subject: 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(-) (limited to 'gst-libs/gst/gl/glprototypes') diff --git a/gst-libs/gst/gl/glprototypes/gstgl_compat.h b/gst-libs/gst/gl/glprototypes/gstgl_compat.h index 00d6944a6..a4f963d8d 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 -- cgit v1.2.1