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:40:41 +0300
committerMarvin Scholz <epirat07@gmail.com>2018-09-29 13:40:41 +0300
commit1a00be48bda44708e02f8dadb4b9cfacd9e2f78c (patch)
tree39583f90e05149b2b31d9ccc38d6241443a8b57d /meson_options.txt
parent6649ca3f96cdb1597f0a98e3cb85b60f0e82f987 (diff)
Build: Add option to disable building tools
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 d9b4829..63271de 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -9,3 +9,8 @@ option('build_asm',
type: 'boolean',
value: true,
description: 'Build asm files, if available')
+
+option('build_tools',
+ type: 'boolean',
+ value: true,
+ description: 'Build dav1d cli tools')