Skip to content

Commit

Permalink
vo_opengl: enable X11 EGL backend by default
Browse files Browse the repository at this point in the history
Originally, this was disabled, because it was useless and I was afraid
it could possibly break autodetection and proper fallback.
  • Loading branch information
wm4 committed Sep 24, 2015
1 parent 57831d5 commit b81d9c7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion wscript
Expand Up @@ -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',
Expand Down

0 comments on commit b81d9c7

Please sign in to comment.