diff options
author | James Ross-Gowan <rossymiles@gmail.com> | 2017-02-08 01:27:17 +1100 |
---|---|---|
committer | James Ross-Gowan <rossymiles@gmail.com> | 2017-02-08 01:27:17 +1100 |
commit | 061b752217d15d41496ca6e4777835fcd945e237 (patch) | |
tree | fb93734f3279c6ba7b809c4fb751344c44b848b6 /video/out/opengl/egl_helpers.c | |
parent | e0250b9604b24f32d53b409d8c48d16faa2caebc (diff) |
vo_opengl: egl_helpers: fix for non-Windows
Whoops. Fixes #4119
Diffstat (limited to 'video/out/opengl/egl_helpers.c')
-rw-r--r-- | video/out/opengl/egl_helpers.c | 2 |
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" |