| Index: webrtc/modules/desktop_capture/BUILD.gn
|
| diff --git a/webrtc/modules/desktop_capture/BUILD.gn b/webrtc/modules/desktop_capture/BUILD.gn
|
| index 672433e32b444b68c2c181f05045c48d400c8e0d..735b4605d6ab6c17453397426163e437a7ff4d41 100644
|
| --- a/webrtc/modules/desktop_capture/BUILD.gn
|
| +++ b/webrtc/modules/desktop_capture/BUILD.gn
|
| @@ -177,7 +177,7 @@ if (use_desktop_capture_differ_sse2) {
|
| configs += [ "../..:common_config" ]
|
| public_configs = [ "../..:common_inherited_config" ]
|
|
|
| - if (is_posix && !is_mac) {
|
| + if (is_posix) {
|
| cflags = [ "-msse2" ]
|
| }
|
| }
|
|
|