summaryrefslogtreecommitdiffstats
path: root/video/out
diff options
context:
space:
mode:
authorTom Yan <tom.ty89@gmail.com>2018-07-21 16:38:54 +0800
committersfan5 <sfan5@live.de>2018-08-20 17:16:22 +0200
commitd48786f68264ed23f8c3aa847e672a24d1cf4944 (patch)
tree42e800ae808854a05f376c4448202b2fe4247556 /video/out
parentd2d7dba6ee3182174420c1d90caa20bf28ad7758 (diff)
downloadmpv-d48786f68264ed23f8c3aa847e672a24d1cf4944.tar.bz2
mpv-d48786f68264ed23f8c3aa847e672a24d1cf4944.tar.xz
wscript: split egl-android from android
Diffstat (limited to 'video/out')
-rw-r--r--video/out/gpu/context.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/out/gpu/context.c b/video/out/gpu/context.c
index 36f9c2dad5..7964e12623 100644
--- a/video/out/gpu/context.c
+++ b/video/out/gpu/context.c
@@ -62,7 +62,7 @@ static const struct ra_ctx_fns *contexts[] = {
#endif
// OpenGL contexts:
-#if HAVE_ANDROID
+#if HAVE_EGL_ANDROID
&ra_ctx_android,
#endif
#if HAVE_RPI