diff options
author | wm4 <wm4@nowhere> | 2015-09-24 23:56:55 +0200 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2015-09-24 23:56:55 +0200 |
commit | b81d9c79a893f119ea80d230c20b77809be2b0d9 (patch) | |
tree | ffc19d1a379364b0bcbb45f6d3bc42c47b0152fe | |
parent | 57831d52dc0c8d22feb497d06ac934192b5b907b (diff) |
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-- | wscript | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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', |