Index: webrtc/build/webrtc.gni |
diff --git a/webrtc/build/webrtc.gni b/webrtc/build/webrtc.gni |
index fa059965dd4ee8020dc26d898859bf4593391544..20fadab270bb1bdf4a496b47532376615ed4a9a5 100644 |
--- a/webrtc/build/webrtc.gni |
+++ b/webrtc/build/webrtc.gni |
@@ -109,6 +109,10 @@ declare_args() { |
rtc_build_with_neon = (current_cpu == "arm" && |
(arm_use_neon == 1 || arm_optionally_use_neon == 1)) || |
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. |
+ rtc_use_objc_h264 = false |
} |
# Make it possible to provide custom locations for some libraries (move these |