0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 03:52:22 +02:00

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.
This commit is contained in:
wm4 2015-09-24 23:56:55 +02:00
parent 57831d52dc
commit b81d9c79a8

View File

@ -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',