summaryrefslogtreecommitdiffstats
path: root/wscript_build.py
diff options
context:
space:
mode:
authorsfan5 <sfan5@live.de>2021-10-18 16:50:39 +0200
committersfan5 <sfan5@live.de>2022-10-02 14:12:26 +0200
commit5463d3eeff0aeff4f9c6d7634ace157ceb2cec57 (patch)
tree648d819132bd58c5fa476dde9cf03c50d3d76160 /wscript_build.py
parent2207236aaae54f32c1861c6fd77219e28139dc78 (diff)
downloadmpv-5463d3eeff0aeff4f9c6d7634ace157ceb2cec57.tar.bz2
mpv-5463d3eeff0aeff4f9c6d7634ace157ceb2cec57.tar.xz
vo_gpu: hwdec: add Android hwdec utilizing AImageReader
Diffstat (limited to 'wscript_build.py')
-rw-r--r--wscript_build.py1
1 files changed, 1 insertions, 0 deletions
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" ),