Closed
Bug 1137957
Opened 10 years ago
Closed 10 years ago
Unified build failure in GMPVideoDecoder
Categories
(Core :: Audio/Video, defect)
Tracking
()
RESOLVED
FIXED
mozilla39
People
(Reporter: cpearce, Assigned: cpearce)
References
Details
Attachments
(2 files)
1.51 KB,
patch
|
kinetik
:
review+
|
Details | Diff | Splinter Review |
1.63 KB,
patch
|
lmandel
:
approval-mozilla-aurora+
lmandel
:
approval-mozilla-beta+
|
Details | Diff | Splinter Review |
With unified builds disabled, I get this error:
0:12.50 Note: rebuild with "c:/mozilla-build/mozmake/mozmake.EXE VERBOSE=1 all-local" to show all compiler parameters.
0:13.20 MediaDataDecoderProxy.cpp
0:13.49 GMPVideoDecoder.cpp
0:13.49 c:\users\cpearce\src\mozilla\beta\objdir\dist\include\nsTArray.h(439) : error C2129: static function 'bool mozilla::IsOnGMPThread(void)' declared but not defined
0:13.49 c:/Users/cpearce/src/mozilla/beta/dom/media/fmp4/gmp/GMPVideoDecoder.cpp(14) : see declaration of 'mozilla::IsOnGMPThread'
0:13.50
0:13.50 In the directory /c/Users/cpearce/src/mozilla/beta/objdir/dom/media/fmp4/gmp
This also happens in my EME uplift patch queue on Try, without unified disabled.
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → cpearce
Assignee | ||
Comment 1•10 years ago
|
||
Attachment #8570793 -
Flags: review?(kinetik)
Updated•10 years ago
|
Attachment #8570793 -
Flags: review?(kinetik) → review+
Assignee | ||
Comment 2•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
status-firefox39:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla39
Assignee | ||
Comment 5•10 years ago
|
||
status-firefox37:
--- → fixed
Assignee | ||
Comment 6•10 years ago
|
||
Patch for beta branch as part of EME platform uplift.
Assignee | ||
Comment 7•10 years ago
|
||
Comment on attachment 8572385 [details] [diff] [review]
Beta patch
Requesting retroactive approval for Beta landing as part of EME platform uplift.
Flags: needinfo?(cpearce)
Attachment #8572385 -
Flags: approval-mozilla-beta?
Assignee | ||
Comment 8•10 years ago
|
||
status-firefox38:
--- → fixed
Comment 9•10 years ago
|
||
Comment on attachment 8572385 [details] [diff] [review]
Beta patch
Approved for Beta and Aurora as part of EME platform uplift.
Attachment #8572385 -
Flags: approval-mozilla-beta?
Attachment #8572385 -
Flags: approval-mozilla-beta+
Attachment #8572385 -
Flags: approval-mozilla-aurora+
You need to log in
before you can comment on or make changes to this bug.
Description
•