vo_opengl: egl_helpers: fix for non-Windows

Whoops. Fixes #4119
This commit is contained in:
James Ross-Gowan 2017-02-08 01:27:17 +11:00
parent e0250b9604
commit 061b752217
1 changed files with 1 additions and 1 deletions

View File

@ -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"