Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1329)

Unified Diff: Source/platform/audio/mac/FFTFrameMac.cpp

Issue 110013008: OS(MACOSX) and USE(WEBAUDIO_FFMPEG) are mutually exclusive (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/platform/audio/ffmpeg/FFTFrameFFMPEG.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/audio/mac/FFTFrameMac.cpp
diff --git a/Source/platform/audio/mac/FFTFrameMac.cpp b/Source/platform/audio/mac/FFTFrameMac.cpp
index a061468a5bf3a7ac2ab666986555aa50d8aae28c..61347b540748cc5463cc436e75b58a4dd02954e7 100644
--- a/Source/platform/audio/mac/FFTFrameMac.cpp
+++ b/Source/platform/audio/mac/FFTFrameMac.cpp
@@ -32,7 +32,7 @@
#if ENABLE(WEB_AUDIO)
-#if OS(MACOSX) && !USE(WEBAUDIO_FFMPEG)
+#if OS(MACOSX)
#include "platform/audio/FFTFrame.h"
@@ -188,6 +188,6 @@ float* FFTFrame::imagData() const
} // namespace WebCore
-#endif // #if OS(MACOSX) && !USE(WEBAUDIO_FFMPEG)
+#endif // #if OS(MACOSX)
#endif // ENABLE(WEB_AUDIO)
« no previous file with comments | « Source/platform/audio/ffmpeg/FFTFrameFFMPEG.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698