summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Ross-Gowan <rossymiles@gmail.com>2017-02-08 01:27:17 +1100
committerJames Ross-Gowan <rossymiles@gmail.com>2017-02-08 01:27:17 +1100
commit061b752217d15d41496ca6e4777835fcd945e237 (patch)
treefb93734f3279c6ba7b809c4fb751344c44b848b6
parente0250b9604b24f32d53b409d8c48d16faa2caebc (diff)
downloadmpv-061b752217d15d41496ca6e4777835fcd945e237.tar.bz2
mpv-061b752217d15d41496ca6e4777835fcd945e237.tar.xz
vo_opengl: egl_helpers: fix for non-Windows
Whoops. Fixes #4119
-rw-r--r--video/out/opengl/egl_helpers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/out/opengl/egl_helpers.c b/video/out/opengl/egl_helpers.c
index 465d945ce8..2ed1fd44d6 100644
--- a/video/out/opengl/egl_helpers.c
+++ b/video/out/opengl/egl_helpers.c
@@ -21,7 +21,7 @@
#include "common.h"
#include "context.h"
-#ifdef HAVE_EGL_ANGLE
+#if HAVE_EGL_ANGLE
// On Windows, egl_helpers.c is only used by ANGLE, where the EGL functions may
// be loaded dynamically from ANGLE DLLs
#include "angle_dynamic.h"