From 5ca83c000567106f8ab24102c57033af8b86df7e Mon Sep 17 00:00:00 2001 From: Matthias Vogelgesang Date: Sun, 22 Jul 2018 20:15:48 +0200 Subject: meson: add oclfft switch And do not compile FFT plugins if oclfft is switched off and AMD FFT cannot be found. --- meson_options.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'meson_options.txt') diff --git a/meson_options.txt b/meson_options.txt index 057252a..a72e1a2 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -1,5 +1,8 @@ +option('oclfft', type: 'boolean', value: true, + description: 'Build Apple OpenCL FFT') + option('contrib_filters', type: 'boolean', value: false, - description: 'Enable to build contributed filters') + description: 'Build contributed filters') option('lamino_backproject_burst_mode', type: 'combo', -- cgit v1.2.1