summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorMatthew Waters <matthew@centricular.com>2018-10-28 00:41:51 +1100
committerMatthew Waters <matthew@centricular.com>2018-10-28 23:25:18 +1100
commiteb398328abafc8287f1d9b8e1df7a64d6fc364a0 (patch)
treed276e29348410ea7c73fcb0e17c11d0e434c6c75 /meson_options.txt
parente882a5442ac22c93648e12837248d651d18b9247 (diff)
downloadwebrtc-audio-processing-eb398328abafc8287f1d9b8e1df7a64d6fc364a0.tar.gz
Initial meson build files
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
new file mode 100644
index 0000000..cfcd3fa
--- /dev/null
+++ b/meson_options.txt
@@ -0,0 +1,9 @@
+option('ns_mode', type: 'combo',
+ choices : ['float', 'fixed'],
+ description: 'Noise suppresion mode to use.')
+option('gnustl', type: 'feature',
+ value: 'auto',
+ description: 'Use gnustl for a c++ library implementation (only used on Android)')
+option('neon', type: 'combo',
+ choices: ['no', 'yes', 'auto', 'runtime'],
+ description: '')