mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
gl: add compatibility definition of GLint64
e.g. anrdoid doesn't have it
This commit is contained in:
parent
06d8000708
commit
fc882653b6
1 changed files with 3 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue