| 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",
|
| ]
|
|
|