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