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