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

Unified Diff: webrtc/build/webrtc.gni

Issue 1187573004: iOS HW H264 support. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc@master
Patch Set: Move unittest file. 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 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

Powered by Google App Engine
This is Rietveld 408576698