| Index: webrtc/modules/audio_coding/BUILD.gn
|
| diff --git a/webrtc/modules/audio_coding/BUILD.gn b/webrtc/modules/audio_coding/BUILD.gn
|
| index 544bfa04907ceeba0657c4cebfe4730c276484fe..d1f70cf105b97643d57cff7848ebd40626abb7dd 100644
|
| --- a/webrtc/modules/audio_coding/BUILD.gn
|
| +++ b/webrtc/modules/audio_coding/BUILD.gn
|
| @@ -855,9 +855,11 @@ source_set("neteq") {
|
|
|
| deps = [
|
| ":audio_decoder_interface",
|
| + ":builtin_audio_decoder_factory",
|
| ":cng",
|
| ":g711",
|
| ":pcm16b",
|
| + ":rent_a_codec",
|
| "../..:webrtc_common",
|
| "../../common_audio",
|
| "../../system_wrappers",
|
|
|