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}
This commit is contained in:
@ -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",
|
||||
|
||||
@ -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"
|
||||
|
||||
Reference in New Issue
Block a user