File tree Expand file tree Collapse file tree 5 files changed +1
-20
lines changed
Expand file tree Collapse file tree 5 files changed +1
-20
lines changed Original file line number Diff line number Diff line change 4343#define SB_IS_WCHAR_T_UNSIGNED 1
4444#endif
4545
46- // --- Media Configuration ---------------------------------------------------
47-
48- // The path of video_dmp_writer.h. Defined here to avoid errors building on
49- // platforms that do not include the video_dmp library.
50- #define SB_PLAYER_DMP_WRITER_INCLUDE_PATH \
51- "starboard/shared/starboard/player/video_dmp_writer.h"
52-
5346#endif // STARBOARD_LINUX_SHARED_CONFIGURATION_PUBLIC_H_
Original file line number Diff line number Diff line change 3232#include " starboard/shared/starboard/player/player_internal.h"
3333#include " starboard/shared/starboard/player/player_worker.h"
3434
35- #if SB_PLAYER_ENABLE_VIDEO_DUMPER
36- #include SB_PLAYER_DMP_WRITER_INCLUDE_PATH
37- #endif // SB_PLAYER_ENABLE_VIDEO_DUMPER
38-
3935using ::starboard::MimeType;
4036
4137SbPlayer SbPlayerCreate (SbWindow /* window*/ ,
Original file line number Diff line number Diff line change 1919#include " starboard/shared/media_session/playback_state.h"
2020#include " starboard/shared/starboard/player/player_internal.h"
2121
22- #if SB_PLAYER_ENABLE_VIDEO_DUMPER
23- #include SB_PLAYER_DMP_WRITER_INCLUDE_PATH
24- #endif // SB_PLAYER_ENABLE_VIDEO_DUMPER
25-
2622void SbPlayerDestroy (SbPlayer player) {
2723 if (!SbPlayerIsValid (player)) {
2824 return ;
Original file line number Diff line number Diff line change 2424#include " starboard/common/media.h"
2525#include " starboard/common/time.h"
2626
27- #if SB_PLAYER_ENABLE_VIDEO_DUMPER
28- #include SB_PLAYER_DMP_WRITER_INCLUDE_PATH
29- #endif // SB_PLAYER_ENABLE_VIDEO_DUMPER
30-
3127namespace starboard {
3228namespace {
3329
Original file line number Diff line number Diff line change 2929#include " starboard/window.h"
3030
3131#if SB_PLAYER_ENABLE_VIDEO_DUMPER
32- #include SB_PLAYER_DMP_WRITER_INCLUDE_PATH
32+ #include " starboard/shared/starboard/player/video_dmp_writer.h " // nogncheck
3333#endif // SB_PLAYER_ENABLE_VIDEO_DUMPER
3434
3535struct SbPlayerPrivate {
You can’t perform that action at this time.
0 commit comments