summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-09-24 23:56:55 +0200
committerwm4 <wm4@nowhere>2015-09-24 23:56:55 +0200
commitb81d9c79a893f119ea80d230c20b77809be2b0d9 (patch)
treeffc19d1a379364b0bcbb45f6d3bc42c47b0152fe
parent57831d52dc0c8d22feb497d06ac934192b5b907b (diff)
downloadmpv-b81d9c79a893f119ea80d230c20b77809be2b0d9.tar.bz2
mpv-b81d9c79a893f119ea80d230c20b77809be2b0d9.tar.xz
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.
-rw-r--r--wscript1
1 files changed, 0 insertions, 1 deletions
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',