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:
authorJames Almer <jamrial@gmail.com>2019-08-09 22:56:00 +0300
committerJames Almer <jamrial@gmail.com>2019-08-10 17:26:17 +0300
commit3a77c57b0ca06c613fea96afe63d2870f513e97f (patch)
tree63d8fcc401b56d488fd2c02102cc805f2e5105a6 /meson_options.txt
parent42ea146f847d761b91d66d4db2c5a6341fefee75 (diff)
meson: move dav1dplay to a new examples section
dav1dplay shouldn't be built by default. And it's an example more than a tool.
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 0a7beb5..cdd27c2 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -15,6 +15,11 @@ option('enable_tools',
value: true,
description: 'Build dav1d cli tools')
+option('enable_examples',
+ type: 'boolean',
+ value: false,
+ description: 'Build dav1d examples')
+
option('enable_tests',
type: 'boolean',
value: true,