Add missing header include for filterbanks_neon.c
Proper header include is missing for this file causing clang to complain about missing prototype for function `WebRtcIsacfix_AllpassFilter2FixDec16Neon` Bug: None Change-Id: Idb32e9fab6760a9a56f1db2d43e7c8e2e1fe5359 Reviewed-on: https://webrtc-review.googlesource.com/70370 Commit-Queue: Karl Wiberg <kwiberg@webrtc.org> Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Cr-Commit-Position: refs/heads/master@{#22967}
This commit is contained in:
@ -15,6 +15,7 @@
|
||||
|
||||
#include <arm_neon.h>
|
||||
|
||||
#include "modules/audio_coding/codecs/isac/fix/source/filterbank_internal.h"
|
||||
#include "rtc_base/checks.h"
|
||||
|
||||
void WebRtcIsacfix_AllpassFilter2FixDec16Neon(
|
||||
|
||||
Reference in New Issue
Block a user