Fix typo in the include path of ooura_fft.h
Bug: None Change-Id: Iaac4a80f75dcd81ab0d2665cb20f27f0342cb17d Reviewed-on: https://webrtc-review.googlesource.com/38441 Commit-Queue: Sami Kalliomäki <sakal@webrtc.org> Reviewed-by: Henrik Lundin <henrik.lundin@webrtc.org> Reviewed-by: Sami Kalliomäki <sakal@webrtc.org> Reviewed-by: Tommi <tommi@webrtc.org> Cr-Commit-Position: refs/heads/master@{#21565}
This commit is contained in:
parent
ef65ef1811
commit
d3c642bc1f
1
AUTHORS
1
AUTHORS
@ -64,6 +64,7 @@ Todd Wong <todd.wong.ndq@gmail.com>
|
||||
Agora IO <*@agora.io>
|
||||
ARM Holdings <*@arm.com>
|
||||
BroadSoft Inc. <*@broadsoft.com>
|
||||
Facebook Inc. <*@fb.com>
|
||||
Google Inc. <*@google.com>
|
||||
Life On Air Inc. <*@lifeonair.com>
|
||||
Intel Corporation <*@intel.com>
|
||||
|
||||
@ -21,7 +21,7 @@
|
||||
* be found in the AUTHORS file in the root of the source tree.
|
||||
*/
|
||||
|
||||
#include "modules/audio_processing//utility/ooura_fft.h"
|
||||
#include "modules/audio_processing/utility/ooura_fft.h"
|
||||
|
||||
#include <math.h>
|
||||
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
* be found in the AUTHORS file in the root of the source tree.
|
||||
*/
|
||||
|
||||
#include "modules/audio_processing//utility/ooura_fft.h"
|
||||
#include "modules/audio_processing/utility/ooura_fft.h"
|
||||
|
||||
#include <emmintrin.h>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user