summaryrefslogtreecommitdiff
path: root/gst-libs/gst/gl/glprototypes
diff options
context:
space:
mode:
authorMatthew Waters <matthew@centricular.com>2014-11-28 13:04:21 +1100
committerMatthew Waters <matthew@centricular.com>2014-11-28 13:04:21 +1100
commite653ae9fc26ef98d625c0204ace36cf15e9f2f5c (patch)
tree5d2d08728d8a3d710eb925e2da6a334c19c010ce /gst-libs/gst/gl/glprototypes
parentb0faa2dd77fcb6844e5244d0d4527e26d4118ec8 (diff)
downloadgstreamer-plugins-bad-e653ae9fc26ef98d625c0204ace36cf15e9f2f5c.tar.gz
gl: fixup compat definition for GLuint64 for OS X
Diffstat (limited to 'gst-libs/gst/gl/glprototypes')
-rw-r--r--gst-libs/gst/gl/glprototypes/gstgl_compat.h2
1 files changed, 1 insertions, 1 deletions
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