[wmfme] Check EME option when enabling Media Foundation CDM
Categories
(Core :: Audio/Video: Playback, defect)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox112 | --- | fixed |
People
(Reporter: jhlin, Assigned: jhlin)
References
Details
Attachments
(2 files)
In bug 1810817, mfcdm is enabled even when EME is not, and it causes build failures.
| Assignee | ||
Comment 1•3 years ago
|
||
Updated•3 years ago
|
It also might be nice to fix it so that attempting to override the disable results in a configure failure saying that enabling mf-cdm with eme disabled is invalid. Otherwise you just end up with the failure linking xul.dll with an undefined refernece which give you no clue as to how to fix.
Updated•3 years ago
|
| Assignee | ||
Comment 3•3 years ago
|
||
Comment 5•3 years ago
|
||
Backed out for causing mbu failures
Backout link: https://hg.mozilla.org/integration/autoland/rev/9efd7587d21c975950060ea0ac762994f2f60092
Comment 7•3 years ago
|
||
As the new try failures requires more time to fix and we wanted to fix other thunderbird bustage first, we land one of the patch and other patch from bug1816060. We still need to land another patch in order to fix the error completely (right now they use the workaround from bug 1815546) So keep this bug open until we land both patches.
Just a thought here but Should not this line :
option("--disable-wmf-cdm", help="Disable support for Media Foundation CDM")
be changed to:
option("--disable-wmf-cdm", help="Disable support for Windows Media Foundation CDM")
?
Comment 9•3 years ago
|
||
| bugherder | ||
Comment 10•3 years ago
|
||
Comment 11•3 years ago
|
||
| bugherder | ||
| Assignee | ||
Comment 12•3 years ago
|
||
Closing this bug for all patches were landed.
Updated•3 years ago
|
Description
•