Closed
Bug 1349008
Opened 8 years ago
Closed 8 years ago
SystemGroup used undefined in GMPVideoEncoderParent.cpp
Categories
(Core :: Audio/Video: GMP, defect)
Core
Audio/Video: GMP
Tracking
()
RESOLVED
FIXED
mozilla55
Tracking | Status | |
---|---|---|
firefox55 | --- | fixed |
People
(Reporter: cpearce, Assigned: cpearce)
References
Details
(Whiteboard: [QDL][TDC-MVP][MEDIA])
Attachments
(1 file)
I get a build error in GMPVideoEncoderParent.cpp after Bug 1346681 landed due to unified build fuzz:
13:53.01 c:/Users/chris/src/central/dom/media/gmp/GMPVideoEncoderParent.cpp(263): error C2653: 'SystemGroup': is not a class or namespace name
13:53.01 c:/Users/chris/src/central/dom/media/gmp/GMPVideoEncoderParent.cpp(263): error C3861: 'Dispatch': identifier not found
We need to #include "mozilla/SystemGroup.h" in there.
Comment hidden (mozreview-request) |
Comment 2•8 years ago
|
||
mozreview-review |
Comment on attachment 8849316 [details]
Bug 1349008 - Include SystemGroup.h in GMPVideoEncoderParent to fix unified build bustage caused by bug 1346681.
https://reviewboard.mozilla.org/r/122122/#review124246
LGTM.
Attachment #8849316 -
Flags: review?(jwwang) → review+
Comment 3•8 years ago
|
||
We're sorry, Autoland could not rebase your commits for you automatically. Please manually rebase your commits and try again.
hg error in cmd: hg rebase -s 594ddaaf76eb -d 7ba1abadab3f: rebasing 382979:594ddaaf76eb "Bug 1349008 - Include SystemGroup.h in GMPVideoEncoderParent to fix unified build bustage caused by bug 1346681. r=jwwang" (tip)
merging dom/media/gmp/GMPVideoEncoderParent.cpp
warning: conflicts while merging dom/media/gmp/GMPVideoEncoderParent.cpp! (edit, then use 'hg resolve --mark')
unresolved conflicts (see hg resolve, then hg rebase --continue)
Comment hidden (mozreview-request) |
Pushed by cpearce@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/6982979c2042
Include SystemGroup.h in GMPVideoEncoderParent to fix unified build bustage caused by bug 1346681. r=jwwang
Comment 6•8 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox55:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla55
Updated•8 years ago
|
Whiteboard: [QDL][TDC-MVP][MEDIA]
You need to log in
before you can comment on or make changes to this bug.
Description
•