From 508e35881ebc91ff19c93c091872ea2b725ffd4d Mon Sep 17 00:00:00 2001 From: sfan5 Date: Mon, 23 Sep 2019 13:49:36 +0200 Subject: context_android: move common code to a separate file In preparation for a Vulkan Android context. This also replaces querying for EGL_WIDTH and EGL_HEIGHT with equivalent ANativeWindow calls. --- wscript_build.py | 1 + 1 file changed, 1 insertion(+) (limited to 'wscript_build.py') diff --git a/wscript_build.py b/wscript_build.py index 1a495fad27..ae15c4c44f 100644 --- a/wscript_build.py +++ b/wscript_build.py @@ -402,6 +402,7 @@ def build(ctx): ( "video/img_format.c" ), ( "video/mp_image.c" ), ( "video/mp_image_pool.c" ), + ( "video/out/android_common.c", "android" ), ( "video/out/aspect.c" ), ( "video/out/bitmap_packer.c" ), ( "video/out/cocoa/events_view.m", "cocoa" ), -- cgit v1.2.3