Skip to content

Commit

Permalink
Directly include VideoBitrateAllocation in api targets
Browse files Browse the repository at this point in the history
Bug: webrtc:9271
Change-Id: I5389f5ba0c29ba8bc5391544152e6b06da77f91c
Reviewed-on: https://webrtc-review.googlesource.com/76940
Reviewed-by: Karl Wiberg <[email protected]>
Commit-Queue: Erik Språng <[email protected]>
Cr-Commit-Position: refs/heads/master@{#23245}
  • Loading branch information
Erik Språng authored and Commit Bot committed May 15, 2018
1 parent 1aec594 commit ec47565
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions api/video_codecs/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -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",
]
}
Expand Down
1 change: 1 addition & 0 deletions api/video_codecs/video_encoder.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit ec47565

Please sign in to comment.