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-01-26 06:41:35 +0300
committerJames Almer <jamrial@gmail.com>2019-01-28 18:16:54 +0300
commitc98bbeb3cf7ec6bd2545fdb8704dae87fe7cc117 (patch)
tree11593a76dff62fd870f78ebf772a67b84145cf73 /meson_options.txt
parent0749f4b0929bf9e4f0afa5bc96a12073b55a2408 (diff)
add a logging callback mechanism
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 b8e0d50..3416242 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -20,6 +20,11 @@ option('build_tests',
value: true,
description: 'Build dav1d tests')
+option('logging',
+ type: 'boolean',
+ value: true,
+ description: 'Print error log messages using the provided callback function')
+
option('testdata_tests',
type: 'boolean',
value: false,