gl: syncmeta: define GL_TIMEOUT_IGNORED in more portable way
This commit is contained in:
parent
bc8d272aad
commit
1390312037
@ -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…
x
Reference in New Issue
Block a user