Closed
Bug 1362107
Opened 8 years ago
Closed 8 years ago
Add missing includes to WebMDemuxer
Categories
(Core :: Audio/Video: Playback, enhancement)
Core
Audio/Video: Playback
Tracking
()
RESOLVED
FIXED
mozilla55
Tracking | Status | |
---|---|---|
firefox55 | --- | fixed |
People
(Reporter: rillian, Unassigned)
References
Details
Attachments
(1 file)
Moving stdint.h fix from bug 1314147. My editor doesn't do unified builds, so it complains about undefined symbols on the WebMDemuxer source files.
Comment hidden (mozreview-request) |
Comment 2•8 years ago
|
||
mozreview-review |
Comment on attachment 8864576 [details]
Bug 1362107 - Add missing includes to WebMDemuxer.
https://reviewboard.mozilla.org/r/136248/#review139288
::: dom/media/webm/WebMDemuxer.h:11
(Diff revision 1)
> #if !defined(WebMDemuxer_h_)
> #define WebMDemuxer_h_
>
> #include "nsTArray.h"
> #include "MediaDataDemuxer.h"
> +#include "MediaResource.h"
a pity we can't use forward declaration for all the MediaResource here, problem is MediaResourceIndex being used on the stack
Attachment #8864576 -
Flags: review?(jyavenard) → review+
Pushed by rgiles@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/621a61001365
Add missing includes to WebMDemuxer. r=jya
![]() |
||
Comment 4•8 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox55:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla55
You need to log in
before you can comment on or make changes to this bug.
Description
•