1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-04 14:12:10 +00:00

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

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"