summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-09-25 00:07:20 +0200
committerwm4 <wm4@nowhere>2015-09-25 00:19:58 +0200
commitd47dff3faa246256d9e29daa215db4b5aedcb3f2 (patch)
treee5cece949613a8b79591391ea5ed01c49b030563 /TOOLS
parentb81d9c79a893f119ea80d230c20b77809be2b0d9 (diff)
downloadmpv-d47dff3faa246256d9e29daa215db4b5aedcb3f2.tar.bz2
mpv-d47dff3faa246256d9e29daa215db4b5aedcb3f2.tar.xz
vo_opengl: load certain EGL extensions needed for VAAPI EGL interop
These extensions use a bunch of EGL types, so we need to include the EGL headers in common.h to use our GL function loader with this. In the future, we should probably require presence of the EGL headers to reduce the hacks. This might be not so simple at least with OSX, so for now this has to do.
Diffstat (limited to 'TOOLS')
-rwxr-xr-xTOOLS/old-configure1
1 files changed, 1 insertions, 0 deletions
diff --git a/TOOLS/old-configure b/TOOLS/old-configure
index cdb65b0d7d..ac9f1e773d 100755
--- a/TOOLS/old-configure
+++ b/TOOLS/old-configure
@@ -690,6 +690,7 @@ fi
check_yes_no $_gl GL
check_yes_no $_gl_x11 GL_X11
check_yes_no $_gl_x11_egl EGL_X11
+check_yes_no $_gl_x11_egl EGL
check_yes_no $_gl_wayland GL_WAYLAND
echores "$_gl"