summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorAkemi <der.richter@gmx.de>2018-01-20 16:10:42 +0100
committerKevin Mitchell <kevmitch@gmail.com>2018-01-20 14:43:49 -0800
commit828f38e10d184ad1081dc48da7981e7315d94055 (patch)
tree03017ebc5862933258735d4161f55bca0046860a /wscript
parentdb08e28304693c1b2e8cbfbad0c28c23c1a414d7 (diff)
downloadmpv-828f38e10d184ad1081dc48da7981e7315d94055.tar.bz2
mpv-828f38e10d184ad1081dc48da7981e7315d94055.tar.xz
video: change some remaining vo_opengl mentions to vo_gpu
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 741fe1e5a4..6610bdd14e 100644
--- a/wscript
+++ b/wscript
@@ -770,7 +770,7 @@ video_output_features = [
linkflags="-L/opt/vc/lib",
header_name="bcm_host.h",
lib=['mmal_core', 'mmal_util', 'mmal_vc_client', 'bcm_host']),
- # We still need all OpenGL symbols, because the vo_opengl code is
+ # We still need all OpenGL symbols, because the vo_gpu code is
# generic and supports anything from GLES2/OpenGL 2.1 to OpenGL 4 core.
check_cc(lib="EGL", linkflags="-lGLESv2"),
check_cc(lib="GLESv2"),