build: Fix up some ARM-related mistakes

This commit is contained in:
Arun Raghavan
2020-11-27 14:01:13 -05:00
parent e23c10c5e0
commit e5402cd638
2 changed files with 2 additions and 2 deletions

View File

@ -186,7 +186,7 @@ endif
if have_neon
webrtc_audio_processing_sources += [
'aecm/aecm_core_neon.c',
'aecm/aecm_core_neon.cc',
]
endif