shorten static_rnnoise description It is redundant to the README.
1 files changed, 1 insertions(+), 2 deletions(-) M meson_options.txt
M meson_options.txt => meson_options.txt +1 -2
@@ 5,7 5,6 @@ option('plugin_dir', ) option('static_rnnoise', type: 'boolean', - description: 'Whether to static link RNNoise' - + '(default: true due to lack of stable releases)', + description: 'Whether to static link RNNoise', value: true )