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

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

Issue 1928293002: NetEq: Use a BuiltinAudioDecoderFactory to create decoders (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Rejigger Opus config Created 4 years, 8 months 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/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",

Powered by Google App Engine
This is Rietveld 408576698