Directly include VideoBitrateAllocation in media/ targets

Bug: webrtc:9271
Change-Id: I11a79c350a9de6edee203c9711ca97e266049f32
Reviewed-on: https://webrtc-review.googlesource.com/76943
Reviewed-by: Per Kjellander <perkj@webrtc.org>
Commit-Queue: Erik Språng <sprang@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#23368}
This commit is contained in:
Erik Språng 2018-05-22 15:37:23 +02:00 committed by Commit Bot
parent 6c7da5940b
commit 7fd0a28bdf
4 changed files with 7 additions and 0 deletions

View File

@ -194,6 +194,7 @@ rtc_static_library("rtc_internal_video_codecs") {
":rtc_media_base",
":rtc_software_fallback_wrappers",
"..:webrtc_common",
"../api/video:video_bitrate_allocation",
"../api/video:video_frame_i420",
"../api/video_codecs:video_codecs_api",
"../call:call_interfaces",
@ -229,6 +230,7 @@ rtc_static_library("rtc_software_fallback_wrappers") {
deps = [
":rtc_h264_profile_id",
":rtc_media_base",
"../api/video:video_bitrate_allocation",
"../api/video_codecs:video_codecs_api",
"../modules/video_coding:video_codec_interface",
"../rtc_base:checks",
@ -487,6 +489,7 @@ if (rtc_include_tests) {
":rtc_media_base",
"..:webrtc_common",
"../api:call_api",
"../api/video:video_bitrate_allocation",
"../api/video:video_frame",
"../api/video_codecs:video_codecs_api",
"../call:call_interfaces",
@ -640,6 +643,7 @@ if (rtc_include_tests) {
"../api:mock_video_codec_factory",
"../api/audio_codecs:builtin_audio_decoder_factory",
"../api/audio_codecs:builtin_audio_encoder_factory",
"../api/video:video_bitrate_allocation",
"../api/video:video_frame",
"../api/video_codecs:builtin_video_decoder_factory",
"../api/video_codecs:builtin_video_encoder_factory",

View File

@ -12,6 +12,7 @@
#include <vector>
#include "api/video/video_bitrate_allocation.h"
#include "api/video_codecs/video_encoder.h"
namespace cricket {

View File

@ -14,6 +14,7 @@
#include "api/video/i420_buffer.h"
#include "api/video/video_bitrate_allocation.h"
#include "api/video_codecs/video_encoder_factory.h"
#include "media/engine/scopedvideoencoder.h"
#include "modules/video_coding/codecs/vp8/screenshare_layers.h"

View File

@ -13,6 +13,7 @@
#include <utility>
#include "api/video/i420_buffer.h"
#include "api/video/video_bitrate_allocation.h"
#include "modules/video_coding/codecs/vp8/include/vp8.h"
#include "modules/video_coding/codecs/vp8/simulcast_rate_allocator.h"
#include "modules/video_coding/codecs/vp8/temporal_layers.h"