mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 06:58:56 +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
|
#define GL_TIMEOUT_EXPIRED 0x911B
|
||||||
#endif
|
#endif
|
||||||
#ifndef GL_TIMEOUT_IGNORED
|
#ifndef GL_TIMEOUT_IGNORED
|
||||||
#define GL_TIMEOUT_IGNORED 0xFFFFFFFFFFFFFFFFull
|
#define GL_TIMEOUT_IGNORED G_GUINT64_CONSTANT(0xFFFFFFFFFFFFFFFF)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|
Loading…
Reference in a new issue