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

build: disable GLX

Nobody needs this anymore. If not too many people complain, we'll remove
this completely. Many already consider X11 and OpenGL legacy, so we
don't need TWO X11/OpenGL backends.
This commit is contained in:
wm4 2020-09-18 15:16:24 +02:00
parent a7afc79d8f
commit 7831e52238

View File

@ -526,12 +526,13 @@ video_output_features = [
cflags=['-DGL_SILENCE_DEPRECATION'])
} , {
'name': '--gl-x11',
'desc': 'OpenGL X11 Backend',
'desc': 'OpenGL X11/GLX (deprecated/legacy)',
'deps': 'x11',
'groups': [ 'gl' ],
'func': check_libs(['GL', 'GL Xdamage'],
check_cc(fragment=load_fragment('gl_x11.c'),
use=['x11', 'libdl', 'pthreads']))
use=['x11', 'libdl', 'pthreads'])),
'default': 'disable',
}, {
'name': '--rpi',
'desc': 'Raspberry Pi support',