Closed
Bug 1668099
Opened 5 years ago
Closed 5 years ago
Unified build bustages in dom/media/gtest relating to AnnexB and TimeUnit
Categories
(Core :: Audio/Video, defect, P2)
Core
Audio/Video
Tracking
()
RESOLVED
FIXED
83 Branch
People
(Reporter: bryce, Assigned: bryce)
Details
Attachments
(1 file)
|
47 bytes,
text/x-phabricator-request
|
jcristau
:
approval-mozilla-beta+
jcristau
:
approval-mozilla-esr78+
|
Details | Review |
I'm doing some work in the media gtests and am noticing some issues with the unified build.
- AnnexB.h is missing various definitions depending on unified build boundaries.
- TestMediaDataEncoder.cpp ends up missing
mozilla::media::TimeUnitdepending on unified build boundaries.
I'm going to touch these up + reformat include lists to match the style guide as I go.
| Assignee | ||
Comment 1•5 years ago
|
||
Fix up includes so AnnexB.h and TestMediaDataEncoder.cpp don't rely on unified
build order. Reformat include lists to match style guide. Rework #include guard
on AnnexB.h to reflect style guide.
Pushed by bvandyk@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/ac2a9e147400
Fix symbols that rely on unified build order in media gtests. r=jolin
Comment 3•5 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox83:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 83 Branch
Comment 4•5 years ago
|
||
Comment on attachment 9178569 [details]
Bug 1668099 - Fix symbols that rely on unified build order in media gtests. r?jolin
uplifting to beta and esr78 as a dependency of bug 1618529
Attachment #9178569 -
Flags: approval-mozilla-esr78+
Attachment #9178569 -
Flags: approval-mozilla-beta+
Comment 5•5 years ago
|
||
| bugherder uplift | ||
status-firefox82:
--- → fixed
Comment 6•5 years ago
|
||
| bugherder uplift | ||
status-firefox-esr78:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•