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

Unified Diff: webrtc/video/BUILD.gn

Issue 2474993002: Pass selected cricket::VideoCodec down to internal H264 encoder (Closed)
Patch Set: Fix. Created 4 years, 1 month 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/video/BUILD.gn
diff --git a/webrtc/video/BUILD.gn b/webrtc/video/BUILD.gn
index e97de6f2e56a24eef929d87347292d932c04bac3..16c24707fb7e2f63e425495841f8c34186dabc8c 100644
--- a/webrtc/video/BUILD.gn
+++ b/webrtc/video/BUILD.gn
@@ -61,6 +61,7 @@ rtc_static_library("video") {
"../base:rtc_task_queue",
"../common_video",
"../logging:rtc_event_log_api",
+ "../media:rtc_media_base",
"../modules/bitrate_controller",
"../modules/congestion_controller",
"../modules/pacing",

Powered by Google App Engine
This is Rietveld 408576698