From 5463d3eeff0aeff4f9c6d7634ace157ceb2cec57 Mon Sep 17 00:00:00 2001 From: sfan5 Date: Mon, 18 Oct 2021 16:50:39 +0200 Subject: vo_gpu: hwdec: add Android hwdec utilizing AImageReader --- 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 980eca19ad..a22fd1f38f 100644 --- a/wscript_build.py +++ b/wscript_build.py @@ -469,6 +469,7 @@ def build(ctx): ( "video/out/gpu/video.c" ), ( "video/out/gpu/video_shaders.c" ), ( "video/out/gpu_next/context.c", "libplacebo-next" ), + ( "video/out/hwdec/hwdec_aimagereader.c", "android-media-ndk" ), ( "video/out/hwdec/hwdec_cuda.c", "cuda-interop" ), ( "video/out/hwdec/hwdec_cuda_gl.c", "cuda-interop && gl" ), ( "video/out/hwdec/hwdec_cuda_vk.c", "cuda-interop && vulkan" ), -- cgit v1.2.3