From ae6b6692e0e24ee434d15ba747fb0435d838611a Mon Sep 17 00:00:00 2001 From: Marvin Scholz Date: Tue, 25 Sep 2018 12:03:34 +0200 Subject: Build: x86 asm support --- 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 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') -- cgit v1.2.3