Open
Bug 1599490
Opened 6 years ago
Updated 3 years ago
Fix pref-handling hack from Bug 1524049 to deal with Vorbis on MinGW build
Categories
(Core :: Audio/Video: Playback, task, P3)
Core
Audio/Video: Playback
Tracking
()
NEW
People
(Reporter: mjf, Unassigned)
References
(Depends on 1 open bug)
Details
Because of Bug 1598426 (StaticPref yaml file doesn't support the MINGW32 DEFINE), it was necessary to check the MINGW32 define in 2 places where we should have been able to let the pref handle things:
https://searchfox.org/mozilla-central/source/dom/media/ipc/RemoteDecoderModule.cpp#47-57
https://searchfox.org/mozilla-central/source/dom/media/platforms/agnostic/AgnosticDecoderModule.cpp#27-36
After Bug 1598426 is fixed, we should take out the special define handling to make it work like all the other RDD prefs.
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•