From b81d9c79a893f119ea80d230c20b77809be2b0d9 Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 24 Sep 2015 23:56:55 +0200 Subject: vo_opengl: enable X11 EGL backend by default Originally, this was disabled, because it was useless and I was afraid it could possibly break autodetection and proper fallback. --- wscript | 1 - 1 file changed, 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index 1b1372ee5a..a9b026d9de 100644 --- a/wscript +++ b/wscript @@ -608,7 +608,6 @@ video_output_features = [ 'deps': [ 'x11' ], 'groups': [ 'gl' ], 'func': check_pkg_config('egl', 'gl'), - 'default': 'disable', } , { 'name': '--gl-wayland', 'desc': 'OpenGL Wayland Backend', -- cgit v1.2.3