mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 18:39:54 +00:00
gl: syncmeta: define GL_TIMEOUT_IGNORED in more portable way
This commit is contained in:
parent
7c79b33108
commit
21dd771b69
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