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-25 13:03:34 +0300
committerHenrik Gramner <gramner@twoorioles.com>2018-09-27 12:50:34 +0300
commitae6b6692e0e24ee434d15ba747fb0435d838611a (patch)
tree6f18c9fbe205c9d5bf2ac70d686056191c348bcb /meson_options.txt
parent24518a7eea17703041830376d829591d18a768cf (diff)
Build: x86 asm support
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 b9dfd26..d9b4829 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -4,3 +4,8 @@ option('bitdepths',
type: 'array',
choices: ['8', '10'],
description: 'Enable only specified bitdepths')
+
+option('build_asm',
+ type: 'boolean',
+ value: true,
+ description: 'Build asm files, if available')