meson: add fftw option

Packagers need to have a way to control whether a dependency is used
even if it's installed/available.
This commit is contained in:
Sam James 2025-06-28 02:59:03 +01:00
parent a77c1cbd0b
commit 64b7a8990e
No known key found for this signature in database
GPG key ID: 738409F520DF9190
2 changed files with 5 additions and 1 deletions

View file

@ -383,3 +383,7 @@ option('ebur128',
description: 'Enable code that depends on ebur128',
type: 'feature',
value: 'auto')
option('fftw',
description: 'Enable code that depends on fftw',
type: 'feature',
value: 'auto')