-
Notifications
You must be signed in to change notification settings - Fork 121
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cherry pick PR #3842: Minor improvements on dependencies and decorati…
…ons (#3848) Refer to the original PR: #3842 1. Added include of "system.h" to jni_env_ext.h for SbSystemBreakIntoDebugger(). 2. Added final to MediaDecoder. It has virtual function but doesn't have a virtual dtor, and deleting a pointer to it triggers warning otherwise. 3. Removed const from TestTask in MinRequiredFramesTester. The original implementation was correct, but doesn't work with some stl implementations where const allocator isn't available. 4. Added include of "configuration.h" They are required for the macro SB_API_VERSION. b/276483058 Co-authored-by: xiaomings <[email protected]>
- Loading branch information
1 parent
61382e3
commit 21e0b90
Showing
6 changed files
with
9 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters