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:
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 94f3704..91a0f6c 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -57,3 +57,9 @@ option('stack_alignment',
option('xxhash_muxer',
type : 'feature',
value : 'auto')
+
+option('trim_dsp',
+ type: 'combo',
+ choices: ['true', 'false', 'if-release'],
+ value: 'if-release',
+ description: 'Eliminate redundant DSP functions where possible')