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

Unified Diff: third_party/WebKit/Source/config.gni

Issue 2689213002: Use FFT from FFMpeg for OSX (Closed)
Patch Set: Remove OSX support. Created 3 years, 10 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 | « no previous file | third_party/WebKit/Source/platform/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/config.gni
diff --git a/third_party/WebKit/Source/config.gni b/third_party/WebKit/Source/config.gni
index 8aab3e02bbcbf2fcde0936b2489e57c921a72996..ff3f5adf06c84406df9a5f550494f515890cd1cb 100644
--- a/third_party/WebKit/Source/config.gni
+++ b/third_party/WebKit/Source/config.gni
@@ -33,7 +33,9 @@ use_openmax_dl_fft =
(current_cpu == "arm" && arm_version >= 7) ||
current_cpu == "arm64" || current_cpu == "mipsel")
-use_webaudio_ffmpeg = !is_mac && !is_android
+# This actually means if WebAudio should use the FFT from FFMpeg.
+# WebAudio always uses FFMpeg for decoding audio files.
+use_webaudio_ffmpeg = !is_android
# Set this to true to enable use of concatenated impulse responses for the HRTF
# panner in WebAudio.
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698