| Index: webrtc/build/webrtc.gni
|
| diff --git a/webrtc/build/webrtc.gni b/webrtc/build/webrtc.gni
|
| index 8e1b9521f74d17dad8690a8daa37b260bde05988..b17b9cc7f638471e2938682a919aa498b5e4b8ba 100644
|
| --- a/webrtc/build/webrtc.gni
|
| +++ b/webrtc/build/webrtc.gni
|
| @@ -78,8 +78,7 @@ declare_args() {
|
|
|
| # Determines whether NEON code will be built.
|
| rtc_build_with_neon =
|
| - (current_cpu == "arm" && (arm_use_neon || arm_optionally_use_neon)) ||
|
| - current_cpu == "arm64"
|
| + (current_cpu == "arm" && arm_use_neon) || current_cpu == "arm64"
|
|
|
| # Enable this to use HW H.264 encoder/decoder on iOS PeerConnections.
|
| # Enabling this may break interop with Android clients that support H264.
|
|
|