gl: add compatibility definition of GLint64

e.g. anrdoid doesn't have it
This commit is contained in:
Matthew Waters 2016-01-15 16:07:27 +11:00 committed by Tim-Philipp Müller
parent 06d8000708
commit fc882653b6

View file

@ -42,6 +42,9 @@ typedef gpointer GLsync;
#if !GST_GL_HAVE_GLUINT64
typedef guint64 GLuint64;
#endif
#if !GST_GL_HAVE_GLINT64
typedef gint64 GLint64;
#endif
#if !defined(GST_GL_DEBUG_PROC)
#if defined(GLDEBUGPROC)