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

Unified Diff: build_overrides/webrtc.gni

Issue 1601813005: rtc_use_h264 flag for building OpenH264/FFmpeg (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: use_h264=true on all supported platforms (!ios), will default to false before landing Created 4 years, 11 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
« no previous file with comments | « no previous file | webrtc/build/common.gypi » ('j') | webrtc/build/common.gypi » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build_overrides/webrtc.gni
diff --git a/build_overrides/webrtc.gni b/build_overrides/webrtc.gni
index 0869397bef2689b689cd362d77cffbc8e5b6b1f2..78b55d5db445b681a8130fb20d46c70e4c6b0566 100644
--- a/build_overrides/webrtc.gni
+++ b/build_overrides/webrtc.gni
@@ -20,3 +20,8 @@ rtc_include_pulse_audio = true
# Chromium uses its own IO handling, so the internal ADM is only built for
# standalone WebRTC.
rtc_include_internal_audio_device = true
+
+# OVERRIDE DEFAULT VALUES FOR SAKE OF TRYBOTS, NOT TO LAND
+if (!is_ios) {
+ use_h264 = true
+}
« no previous file with comments | « no previous file | webrtc/build/common.gypi » ('j') | webrtc/build/common.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698