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:
1
AUTHORS
1
AUTHORS
@ -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>
|
||||||
|
@ -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>
|
||||||
|
|
||||||
|
@ -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>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user