Skip to content

Commit

Permalink
Add media_support_internal to media_util gn target (#4047)
Browse files Browse the repository at this point in the history
It was missing.  It didn't cause any build issues as it's a header file.

b/361864042

(cherry picked from commit 08cef06)
  • Loading branch information
xiaomings authored and anonymous1-me committed Aug 27, 2024
1 parent bb633ad commit 563f80c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions starboard/shared/starboard/media/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ static_library("media_util") {
"//starboard/shared/starboard/media/codec_util.h",
"//starboard/shared/starboard/media/key_system_supportability_cache.cc",
"//starboard/shared/starboard/media/key_system_supportability_cache.h",
"//starboard/shared/starboard/media/media_support_internal.h",
"//starboard/shared/starboard/media/media_util.cc",
"//starboard/shared/starboard/media/media_util.h",
"//starboard/shared/starboard/media/mime_supportability_cache.cc",
Expand Down
4 changes: 3 additions & 1 deletion starboard/stub/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -115,12 +115,14 @@ static_library("stub_sources") {
"//starboard/shared/stub/media_get_max_buffer_capacity.cc",
"//starboard/shared/stub/media_get_progressive_buffer_budget.cc",
"//starboard/shared/stub/media_get_video_buffer_budget.cc",
"//starboard/shared/stub/media_is_audio_supported.cc",
"//starboard/shared/stub/media_is_buffer_pool_allocate_on_demand.cc",
"//starboard/shared/stub/media_is_buffer_using_memory_pool.cc",
<<<<<<< HEAD
"//starboard/shared/stub/media_is_supported.cc",
"//starboard/shared/stub/media_is_video_supported.cc",
"//starboard/shared/stub/media_set_audio_write_duration.cc",
=======
>>>>>>> 08cef068d14 (Add media_support_internal to media_util gn target (#4047))
"//starboard/shared/stub/memory_allocate_aligned_unchecked.cc",
"//starboard/shared/stub/memory_allocate_unchecked.cc",
"//starboard/shared/stub/memory_flush.cc",
Expand Down

0 comments on commit 563f80c

Please sign in to comment.