From d47dff3faa246256d9e29daa215db4b5aedcb3f2 Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 25 Sep 2015 00:07:20 +0200 Subject: 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. --- TOOLS/old-configure | 1 + 1 file changed, 1 insertion(+) (limited to 'TOOLS') 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" -- cgit v1.2.3