mirror of https://github.com/mpv-player/mpv
wscript: make OpenGL VO failure message less misleading
It doesn't even use OpenGL header anymore. What it needs are EGL and GLX libs/header and similar.
This commit is contained in:
parent
ce78f1222f
commit
0d122f8963
2
wscript
2
wscript
|
@ -751,7 +751,7 @@ video_output_features = [
|
|||
'plain-gl' ],
|
||||
'func': check_true,
|
||||
'req': True,
|
||||
'fmsg': "Unable to find OpenGL header files for video output. " +
|
||||
'fmsg': "No OpenGL video output found or enabled. " +
|
||||
"Aborting. If you really mean to compile without OpenGL " +
|
||||
"video outputs use --disable-gl."
|
||||
}, {
|
||||
|
|
Loading…
Reference in New Issue