summaryrefslogtreecommitdiffstats
path: root/video/out
diff options
context:
space:
mode:
authorKacper Michajłow <kasper93@gmail.com>2023-03-30 13:57:13 +0200
committerJan Ekström <jeebjp@gmail.com>2023-03-30 22:00:38 +0300
commit911d742817fc05be39706d42d32647eb91e8fdde (patch)
tree3fc3c42b7f0f2163be1111e56abd3e71ed6e185a /video/out
parent0f13c38e726442fa8d34ff661ea4888178a263b5 (diff)
downloadmpv-911d742817fc05be39706d42d32647eb91e8fdde.tar.bz2
mpv-911d742817fc05be39706d42d32647eb91e8fdde.tar.xz
context_angle: include eglext_angle.h explicitly
Recent MSYS update switched to using vanilla EGL headers, which doesn't include eglext_angle.h implicitly.
Diffstat (limited to 'video/out')
-rw-r--r--video/out/opengl/context_angle.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/video/out/opengl/context_angle.c b/video/out/opengl/context_angle.c
index ccdca9ff4f..77a33f6bb1 100644
--- a/video/out/opengl/context_angle.c
+++ b/video/out/opengl/context_angle.c
@@ -18,6 +18,7 @@
#include <windows.h>
#include <EGL/egl.h>
#include <EGL/eglext.h>
+#include <EGL/eglext_angle.h>
#include <d3d11.h>
#include <dxgi1_2.h>
#include <dwmapi.h>