From 2e5df94f0f479a477e436c019a72c03498141159 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 27 Sep 2015 16:10:22 +0200 Subject: vo_opengl: vaapi: redo how EGL extensions are loaded It looks like my hope that we can unconditionally include EGL headers in the OpenGL code is not coming true, because OSX does not support EGL at all. So I prefer loading the VAAPI EGL/GL specific extensions manually, because it's less of a mess. Partially reverts commit d47dff3f. --- TOOLS/old-configure | 1 - 1 file changed, 1 deletion(-) (limited to 'TOOLS') diff --git a/TOOLS/old-configure b/TOOLS/old-configure index 41c9b1c9bd..92aca58bde 100755 --- a/TOOLS/old-configure +++ b/TOOLS/old-configure @@ -690,7 +690,6 @@ 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