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

Unified Diff: webrtc/modules/video_coding/BUILD.gn

Issue 2528343002: H.264 packetization mode 0 (try 3) (Closed)
Patch Set: Changed from enum to enum class Created 4 years 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 378449ff68c4a79d29058fde8b4f965987ad7e48..13e1a93d87f23dc83acd8c68697257215454eb61 100644
--- a/webrtc/modules/video_coding/BUILD.gn
+++ b/webrtc/modules/video_coding/BUILD.gn
@@ -160,6 +160,7 @@ rtc_static_library("webrtc_h264") {
]
deps += [
"../../common_video",
+ "../../media:rtc_media_base",
"//third_party/ffmpeg:ffmpeg",
"//third_party/openh264:encoder",
]

Powered by Google App Engine
This is Rietveld 408576698