From d48786f68264ed23f8c3aa847e672a24d1cf4944 Mon Sep 17 00:00:00 2001 From: Tom Yan Date: Sat, 21 Jul 2018 16:38:54 +0800 Subject: wscript: split egl-android from android --- video/out/gpu/context.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'video') 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 -- cgit v1.2.3