From c98bbeb3cf7ec6bd2545fdb8704dae87fe7cc117 Mon Sep 17 00:00:00 2001 From: James Almer Date: Sat, 26 Jan 2019 00:41:35 -0300 Subject: add a logging callback mechanism --- meson_options.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'meson_options.txt') 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, -- cgit v1.2.3