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 --- options/options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'options') diff --git a/options/options.c b/options/options.c index 1f9f1ee2c0..a98f03a7da 100644 --- a/options/options.c +++ b/options/options.c @@ -740,7 +740,7 @@ const m_option_t mp_opts[] = { OPT_SUBSTRUCT("", macos_opts, macos_conf, 0), #endif -#if HAVE_ANDROID +#if HAVE_EGL_ANDROID OPT_SUBSTRUCT("", android_opts, android_conf, 0), #endif -- cgit v1.2.3