summaryrefslogtreecommitdiffstats
path: root/meson_options.txt
blob: a72e1a268f5738c5c002a5780dc3844690cfa174 (plain)
1
2
3
4
5
6
7
8
9
10
option('oclfft', type: 'boolean', value: true,
    description: 'Build Apple OpenCL FFT')

option('contrib_filters', type: 'boolean', value: false,
    description: 'Build contributed filters')

option('lamino_backproject_burst_mode',
    type: 'combo',
    choices: ['1', '2', '4', '8', '16'],
    value: '16')