Index: webrtc/build/webrtc.gni |
diff --git a/webrtc/build/webrtc.gni b/webrtc/build/webrtc.gni |
index d03a4ed8c98827df63f59c2ce465348e0ccd9831..f66b3b70090e9fa45e32b24bfbaab5eea15539cc 100644 |
--- a/webrtc/build/webrtc.gni |
+++ b/webrtc/build/webrtc.gni |
@@ -109,6 +109,10 @@ declare_args() { |
# Android, which is why we currently cannot use the variables in |
# //build/config/arm.gni (since it disables Neon for Android). |
rtc_build_armv7_neon = current_cpu == "arm" && arm_version >= 7 |
+ |
+ # Enable this to use HW H.264 encoder/decoder on iOS PeerConnections. |
+ # Enabling this may break interop with Android clients that support H264. |
+ rtc_use_objc_h264 = false |
} |
# Make it possible to provide custom locations for some libraries (move these |