aboutsummaryrefslogtreecommitdiff
path: root/call/BUILD.gn
diff options
context:
space:
mode:
authorIvo Creusen <ivoc@webrtc.org>2019-11-01 11:47:51 +0100
committerCommit Bot <commit-bot@chromium.org>2019-11-01 11:30:36 +0000
commitc3d1f9b0cd990464c15155247b7f4c7d6ee5b301 (patch)
tree7e80f090bc5c5db57819e0cd08b2e73c403b6293 /call/BUILD.gn
parent2ebbff83eef7db5a3c70b8378aaabafa0a11099a (diff)
downloadwebrtc-c3d1f9b0cd990464c15155247b7f4c7d6ee5b301.tar.gz
Enable injection of a custom NetEqFactory into PeerConnectionFactory.
Injecting both a custom NetEqFactory and an AudioDecoderFactory is not supported, in that case the AudioDecoderFactory should be wrapped inside the NetEqFactory. Bug: webrtc:11005 Change-Id: I4e311eb1bfa03c91bca587d70540e81829f881c9 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/158720 Commit-Queue: Ivo Creusen <ivoc@webrtc.org> Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Cr-Commit-Position: refs/heads/master@{#29673}
Diffstat (limited to 'call/BUILD.gn')
-rw-r--r--call/BUILD.gn1
1 files changed, 1 insertions, 0 deletions
diff --git a/call/BUILD.gn b/call/BUILD.gn
index 07e36454cc..94bb6ceeeb 100644
--- a/call/BUILD.gn
+++ b/call/BUILD.gn
@@ -42,6 +42,7 @@ rtc_library("call_interfaces") {
"../api/crypto:frame_decryptor_interface",
"../api/crypto:frame_encryptor_interface",
"../api/crypto:options",
+ "../api/neteq:neteq_api",
"../api/task_queue",
"../api/transport:bitrate_settings",
"../api/transport:network_control",