From 09a6cd55416e9ff8826d98c4de024b1cfa22104d Mon Sep 17 00:00:00 2001 From: Fabrice de Gans-Riberi Date: Fri, 30 Mar 2018 10:38:06 -0700 Subject: Prepare for |is_posix| switch in the Fuchsia build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit |is_posix| will be switched to false for Fuchsia, this is a preliminary change. Bug: chromium:812974 Change-Id: I3bfda3e056ad1e5229834286ce5d095d9204a428 Reviewed-on: https://webrtc-review.googlesource.com/65782 Reviewed-by: Patrik Höglund Commit-Queue: Fabrice de Gans-Riberi Cr-Commit-Position: refs/heads/master@{#22753} --- common_audio/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common_audio') diff --git a/common_audio/BUILD.gn b/common_audio/BUILD.gn index 6aee9d05d7..057b11cc42 100644 --- a/common_audio/BUILD.gn +++ b/common_audio/BUILD.gn @@ -303,7 +303,7 @@ if (current_cpu == "x86" || current_cpu == "x64") { "resampler/sinc_resampler_sse.cc", ] - if (is_posix) { + if (is_posix || is_fuchsia) { cflags = [ "-msse2" ] } -- cgit v1.2.3