Directly include VideoBitrateAllocation in api targets

Bug: webrtc:9271
Change-Id: I5389f5ba0c29ba8bc5391544152e6b06da77f91c
Reviewed-on: https://webrtc-review.googlesource.com/76940
Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
Commit-Queue: Erik Språng <sprang@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#23245}
This commit is contained in:
Erik Språng
2018-05-15 15:12:55 +02:00
committed by Commit Bot
parent 1aec594018
commit ec47565f3c
2 changed files with 2 additions and 0 deletions

View File

@ -32,6 +32,7 @@ rtc_source_set("video_codecs_api") {
"../../common_video",
"../../rtc_base:checks",
"../../rtc_base:rtc_base_approved",
"../video:video_bitrate_allocation",
"../video:video_frame",
]
}

View File

@ -16,6 +16,7 @@
#include <vector>
#include "api/optional.h"
#include "api/video/video_bitrate_allocation.h"
#include "api/video/video_frame.h"
#include "common_types.h" // NOLINT(build/include)
#include "common_video/include/video_frame.h"