wscript: fix typo

This commit is contained in:
pavelxdd 2016-09-06 00:43:45 +03:00 committed by wm4
parent c4e01cc00d
commit c36aaeeb2a
1 changed files with 1 additions and 1 deletions

View File

@ -797,7 +797,7 @@ video_output_features = [
), ),
}, { }, {
'name': '--standard-gl', 'name': '--standard-gl',
'desc': 'Desktop standard OpengGL support', 'desc': 'Desktop standard OpenGL support',
'func': compose_checks( 'func': compose_checks(
check_statement('GL/gl.h', '(void)GL_RGB32F'), # arbitrary OpenGL 3.0 symbol check_statement('GL/gl.h', '(void)GL_RGB32F'), # arbitrary OpenGL 3.0 symbol
check_statement('GL/gl.h', '(void)GL_LUMINANCE16') # arbitrary OpenGL legacy-only symbol check_statement('GL/gl.h', '(void)GL_LUMINANCE16') # arbitrary OpenGL legacy-only symbol