Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/videolan/dav1d.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarvin Scholz <epirat07@gmail.com>2018-09-29 13:41:11 +0300
committerMarvin Scholz <epirat07@gmail.com>2018-09-29 13:41:11 +0300
commitbebe5ec8defc589fcc6ecb2bcc17de5e2c384c7b (patch)
treed7e5a963f3e8b75a6db9ce3cc10991c623f3a13b /meson_options.txt
parent1a00be48bda44708e02f8dadb4b9cfacd9e2f78c (diff)
Build: Add option to disable building tests
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 63271de..a45eccc 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -14,3 +14,8 @@ option('build_tools',
type: 'boolean',
value: true,
description: 'Build dav1d cli tools')
+
+option('build_tests',
+ type: 'boolean',
+ value: true,
+ description: 'Build dav1d tests')