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:
wm4 2017-05-04 23:44:06 +02:00
parent ce78f1222f
commit 0d122f8963
1 changed files with 1 additions and 1 deletions

View File

@ -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."
}, {