From 061b752217d15d41496ca6e4777835fcd945e237 Mon Sep 17 00:00:00 2001 From: James Ross-Gowan Date: Wed, 8 Feb 2017 01:27:17 +1100 Subject: vo_opengl: egl_helpers: fix for non-Windows Whoops. Fixes #4119 --- video/out/opengl/egl_helpers.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3