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

Unified Diff: webrtc/build/webrtc.gni

Issue 2366443003: iOS: Always build H264 HW encoder/decoder (Closed)
Patch Set: Remove defines Created 4 years, 3 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 0a851de7b9886c5d49a1104de9f2e11a7a986e53..ac03959fc581cb2330a5e2f725b9ab5f07c42a19 100644
--- a/webrtc/build/webrtc.gni
+++ b/webrtc/build/webrtc.gni
@@ -105,10 +105,6 @@ declare_args() {
rtc_build_with_neon =
(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.
- rtc_use_objc_h264 = false
-
# Enable this to build OpenH264 encoder/FFmpeg decoder. This is supported on
# all platforms except Android and iOS. Because FFmpeg can be built
# with/without H.264 support, |ffmpeg_branding| has to separately be set to a

Powered by Google App Engine
This is Rietveld 408576698