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

Unified Diff: webrtc/modules/video_coding/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/modules/video_coding/BUILD.gn
diff --git a/webrtc/modules/video_coding/BUILD.gn b/webrtc/modules/video_coding/BUILD.gn
index e567b893273d8672303289aa87630c315a6ccf08..abf1b4f65d8f02a482992faa93218e93920194c3 100644
--- a/webrtc/modules/video_coding/BUILD.gn
+++ b/webrtc/modules/video_coding/BUILD.gn
@@ -92,6 +92,7 @@ rtc_static_library("video_coding") {
":webrtc_vp9",
"../..:webrtc_common",
"../../common_video",
+ "../../media:rtc_media_base",
"../../system_wrappers",
]
}

Powered by Google App Engine
This is Rietveld 408576698