summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2017-05-04 23:44:06 +0200
committerwm4 <wm4@nowhere>2017-05-04 23:44:06 +0200
commit0d122f8963c6ff43f2b7c9f5828163b07ef5febf (patch)
tree3938a789085b1da5069c9d1a0c85c6e0446d15f5 /wscript
parentce78f1222fae74fdc5bd995a426124f2adcc241a (diff)
downloadmpv-0d122f8963c6ff43f2b7c9f5828163b07ef5febf.tar.bz2
mpv-0d122f8963c6ff43f2b7c9f5828163b07ef5febf.tar.xz
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.
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index a24d4852f2..0ab949544a 100644
--- a/wscript
+++ b/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."
}, {