aboutsummaryrefslogtreecommitdiff
path: root/call
diff options
context:
space:
mode:
authorErik Språng <sprang@webrtc.org>2018-05-15 15:18:36 +0200
committerCommit Bot <commit-bot@chromium.org>2018-05-15 15:35:02 +0000
commitef75ebef55207d770bc3712004e0680e0fe261f2 (patch)
tree22e5690299baf18e0a19208da52c7af1711fa2aa /call
parentec47565f3c01e04702353930c13f4545d0f31f7a (diff)
downloadwebrtc-ef75ebef55207d770bc3712004e0680e0fe261f2.tar.gz
Directly include VideoBitrateAllocation in call/ targets
Bug: webrtc:9271 Change-Id: Ie3f8d306bd7dac840c238acd26e36c0431b0f8c3 Reviewed-on: https://webrtc-review.googlesource.com/76941 Reviewed-by: Niels Moller <nisse@webrtc.org> Commit-Queue: Erik Språng <sprang@webrtc.org> Cr-Commit-Position: refs/heads/master@{#23246}
Diffstat (limited to 'call')
-rw-r--r--call/BUILD.gn1
-rw-r--r--call/call_perf_tests.cc1
2 files changed, 2 insertions, 0 deletions
diff --git a/call/BUILD.gn b/call/BUILD.gn
index 57883a5258..57ee793a65 100644
--- a/call/BUILD.gn
+++ b/call/BUILD.gn
@@ -327,6 +327,7 @@ if (rtc_include_tests) {
":video_stream_api",
"..:webrtc_common",
"../api/audio_codecs:builtin_audio_encoder_factory",
+ "../api/video:video_bitrate_allocation",
"../logging:rtc_event_log_api",
"../modules/audio_coding",
"../modules/audio_device",
diff --git a/call/call_perf_tests.cc b/call/call_perf_tests.cc
index ba48d9aace..f0580857af 100644
--- a/call/call_perf_tests.cc
+++ b/call/call_perf_tests.cc
@@ -14,6 +14,7 @@
#include <string>
#include "api/audio_codecs/builtin_audio_encoder_factory.h"
+#include "api/video/video_bitrate_allocation.h"
#include "call/call.h"
#include "call/video_config.h"
#include "logging/rtc_event_log/rtc_event_log.h"