| Index: Source/platform/audio/ffmpeg/FFTFrameFFMPEG.cpp
|
| diff --git a/Source/platform/audio/ffmpeg/FFTFrameFFMPEG.cpp b/Source/platform/audio/ffmpeg/FFTFrameFFMPEG.cpp
|
| index 319eba5cf69e0af6cc84d5d7562770f7b0601ccc..ce028befe189f28d8c35d9d92e5ba77582dc89c5 100644
|
| --- a/Source/platform/audio/ffmpeg/FFTFrameFFMPEG.cpp
|
| +++ b/Source/platform/audio/ffmpeg/FFTFrameFFMPEG.cpp
|
| @@ -28,8 +28,6 @@
|
|
|
| #include "config.h"
|
|
|
| -#if ENABLE(WEB_AUDIO)
|
| -
|
| #if USE(WEBAUDIO_FFMPEG)
|
|
|
| #include "platform/audio/FFTFrame.h"
|
| @@ -177,5 +175,3 @@ RDFTContext* FFTFrame::contextForSize(unsigned fftSize, int trans)
|
| } // namespace blink
|
|
|
| #endif // USE(WEBAUDIO_FFMPEG)
|
| -
|
| -#endif // ENABLE(WEB_AUDIO)
|
|
|