| Index: Source/core/platform/audio/ffmpeg/FFTFrameFFMPEG.cpp
|
| diff --git a/Source/core/platform/audio/ffmpeg/FFTFrameFFMPEG.cpp b/Source/core/platform/audio/ffmpeg/FFTFrameFFMPEG.cpp
|
| index 7b88ed63d4236885bf894151f9134b1b938ac212..d756e87f6f184cc39d4dea686c8f41dd45ebd42c 100644
|
| --- a/Source/core/platform/audio/ffmpeg/FFTFrameFFMPEG.cpp
|
| +++ b/Source/core/platform/audio/ffmpeg/FFTFrameFFMPEG.cpp
|
| @@ -32,10 +32,10 @@
|
|
|
| #if USE(WEBAUDIO_FFMPEG)
|
|
|
| -#include "FFTFrame.h"
|
| +#include "core/platform/audio/FFTFrame.h"
|
|
|
| #include "PlatformMemoryInstrumentation.h"
|
| -#include "VectorMath.h"
|
| +#include "core/platform/audio/VectorMath.h"
|
|
|
| extern "C" {
|
| #include <libavcodec/avfft.h>
|
|
|