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:
Jiawei Ou
2018-01-09 09:15:37 -08:00
committed by Commit Bot
parent ef65ef1811
commit d3c642bc1f
3 changed files with 3 additions and 2 deletions

View File

@ -64,6 +64,7 @@ Todd Wong <todd.wong.ndq@gmail.com>
Agora IO <*@agora.io> Agora IO <*@agora.io>
ARM Holdings <*@arm.com> ARM Holdings <*@arm.com>
BroadSoft Inc. <*@broadsoft.com> BroadSoft Inc. <*@broadsoft.com>
Facebook Inc. <*@fb.com>
Google Inc. <*@google.com> Google Inc. <*@google.com>
Life On Air Inc. <*@lifeonair.com> Life On Air Inc. <*@lifeonair.com>
Intel Corporation <*@intel.com> Intel Corporation <*@intel.com>

View File

@ -21,7 +21,7 @@
* be found in the AUTHORS file in the root of the source tree. * 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> #include <math.h>

View File

@ -8,7 +8,7 @@
* be found in the AUTHORS file in the root of the source tree. * 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> #include <emmintrin.h>