From ef75ebef55207d770bc3712004e0680e0fe261f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20Spr=C3=A5ng?= Date: Tue, 15 May 2018 15:18:36 +0200 Subject: Directly include VideoBitrateAllocation in call/ targets MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bug: webrtc:9271 Change-Id: Ie3f8d306bd7dac840c238acd26e36c0431b0f8c3 Reviewed-on: https://webrtc-review.googlesource.com/76941 Reviewed-by: Niels Moller Commit-Queue: Erik Språng Cr-Commit-Position: refs/heads/master@{#23246} --- call/BUILD.gn | 1 + call/call_perf_tests.cc | 1 + 2 files changed, 2 insertions(+) (limited to 'call') 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 #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" -- cgit v1.2.3