| 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.
|
|
|