Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1363)

Unified Diff: webrtc/build/webrtc.gni

Issue 1187573004: iOS HW H264 support. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc@master
Patch Set: Fix build errors Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698