meson: Convert the 'neon' option into a feature

Easier to express things, now that runtime is a no-op.
This commit is contained in:
Arun Raghavan
2024-12-30 16:10:39 -05:00
parent d63a2c9714
commit 54a632f018
5 changed files with 9 additions and 29 deletions

View File

@ -112,7 +112,7 @@ if have_armv7
]
endif
if neon_opt == 'yes'
if neon_opt.enabled()
common_audio_sources += [
'fir_filter_neon.cc',
'resampler/sinc_resampler_neon.cc',