summaryrefslogtreecommitdiffstats
path: root/meson_options.txt
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 /meson_options.txt
parent2207236aaae54f32c1861c6fd77219e28139dc78 (diff)
downloadmpv-5463d3eeff0aeff4f9c6d7634ace157ceb2cec57.tar.bz2
mpv-5463d3eeff0aeff4f9c6d7634ace157ceb2cec57.tar.xz
vo_gpu: hwdec: add Android hwdec utilizing AImageReader
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index e24f8d50dd..9093351113 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -94,6 +94,7 @@ option('x11', type: 'feature', value: 'auto', description: 'X11')
option('xv', type: 'feature', value: 'auto', description: 'Xv video output')
# hwaccel features
+option('android-media-ndk', type: 'feature', value: 'auto', description: 'Android Media APIs')
option('cuda-hwaccel', type: 'feature', value: 'auto', description: 'CUDA acceleration')
option('cuda-interop', type: 'feature', value: 'auto', description: 'CUDA with graphics interop')
option('d3d-hwaccel', type: 'feature', value: 'auto', description: 'D3D11VA hwaccel')