summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--video/out/opengl/context.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/out/opengl/context.c b/video/out/opengl/context.c
index 186211da2f..21e6d6799e 100644
--- a/video/out/opengl/context.c
+++ b/video/out/opengl/context.c
@@ -119,7 +119,7 @@ int mpgl_validate_backend_opt(struct mp_log *log, const struct m_option *opt,
#if HAVE_C11_TLS
#define MP_TLS _Thread_local
-#elif defined(__GNU__)
+#elif defined(__GNUC__)
#define MP_TLS __thread
#endif