mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
gl: syncmeta: define GL_TIMEOUT_IGNORED in more portable way
This commit is contained in:
parent
bc8d272aad
commit
1390312037
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ GST_DEBUG_CATEGORY (GST_CAT_DEFAULT);
|
|||
#define GL_TIMEOUT_EXPIRED 0x911B
|
||||
#endif
|
||||
#ifndef GL_TIMEOUT_IGNORED
|
||||
#define GL_TIMEOUT_IGNORED 0xFFFFFFFFFFFFFFFFull
|
||||
#define GL_TIMEOUT_IGNORED G_GUINT64_CONSTANT(0xFFFFFFFFFFFFFFFF)
|
||||
#endif
|
||||
|
||||
static void
|
||||
|
|
Loading…
Reference in a new issue