meson: Convert the 'neon' option into a feature
Easier to express things, now that runtime is a no-op.
This commit is contained in:
@ -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',
|
||||
|
Reference in New Issue
Block a user