summaryrefslogtreecommitdiffstats
path: root/video/out/opengl/context.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/opengl/context.c')
-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 72311e11fa..a3b92ac8b4 100644
--- a/video/out/opengl/context.c
+++ b/video/out/opengl/context.c
@@ -56,7 +56,7 @@ static const struct mpgl_driver *const backends[] = {
#if HAVE_GL_COCOA
&mpgl_driver_cocoa,
#endif
-#if HAVE_EGL_ANGLE
+#if HAVE_EGL_ANGLE_WIN32
&mpgl_driver_angle,
#endif
#if HAVE_GL_WIN32