Index: webrtc/modules/rtp_rtcp/BUILD.gn |
diff --git a/webrtc/modules/rtp_rtcp/BUILD.gn b/webrtc/modules/rtp_rtcp/BUILD.gn |
index f2e53bbbfaeb1b3842275e8813add451d416b08a..f0f9f8811ea8f2693663126bc0cc24a5d98aac2a 100644 |
--- a/webrtc/modules/rtp_rtcp/BUILD.gn |
+++ b/webrtc/modules/rtp_rtcp/BUILD.gn |
@@ -172,6 +172,7 @@ rtc_static_library("rtp_rtcp") { |
deps = [ |
"../..:webrtc_common", |
"../../api:transport_api", |
+ "../../api/audio_codecs:audio_codecs_api", |
"../../base:gtest_prod", |
"../../base:rtc_base_approved", |
"../../base:rtc_task_queue", |
@@ -179,6 +180,7 @@ rtc_static_library("rtp_rtcp") { |
"../../common_video", |
"../../logging:rtc_event_log_api", |
"../../system_wrappers", |
+ "../audio_coding:audio_format_conversion", |
"../remote_bitrate_estimator", |
] |