meson: Convert the 'neon' option into a feature
Easier to express things, now that runtime is a no-op.
This commit is contained in:
@ -180,7 +180,7 @@ else
|
||||
]
|
||||
endif
|
||||
|
||||
if neon_opt == 'yes'
|
||||
if neon_opt.enabled()
|
||||
webrtc_audio_processing_sources += [
|
||||
'aecm/aecm_core_neon.cc',
|
||||
]
|
||||
|
Reference in New Issue
Block a user