Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions starboard/tvos/shared/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -156,12 +156,9 @@ static_library("starboard_platform") {
]

if (is_internal_build) {
# TODO(b/460479616): Update the source paths to the correct internal
# submodule location once the directory structure is finalized. These files
# are provided by the internal submodule and should not be checked in here.
sources += [
"media/vp9_hw_av_video_sample_buffer_builder.h",
"media/vp9_hw_av_video_sample_buffer_builder.mm",
"//cobalt/internal/starboard/shared/uikit/vp9_hw_av_video_sample_buffer_builder.h",
"//cobalt/internal/starboard/shared/uikit/vp9_hw_av_video_sample_buffer_builder.mm",
]
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,7 @@
#endif // SB_IS_ARCH_ARM || SB_IS_ARCH_ARM64

#if defined(INTERNAL_BUILD)
// TODO(b/460479616): Update the include path to the correct internal submodule
// location once the directory structure is finalized. Do not check in the file
// at this path; it is provided by the internal submodule.
#import "starboard/tvos/shared/media/vp9_hw_av_video_sample_buffer_builder.h"
#import "cobalt/internal/starboard/shared/uikit/vp9_hw_av_video_sample_buffer_builder.h"
#endif

namespace starboard {
Expand Down
Loading