зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1263665 - Set media.libavcodec.allow-obsolete=true for testing - r=jya
Separate patch as we may want to revert it in the future, when test systems have been upgraded with a more recent libavcodec. MozReview-Commit-ID: EUrdsb8UGnV --HG-- extra : rebase_source : 0f92b409795a8689468911951bf7c262744b6879
This commit is contained in:
Родитель
e076c9edaa
Коммит
e58e8ecd72
|
@ -359,3 +359,7 @@ user_pref("startup.homepage_welcome_url.additional", "");
|
|||
// For Firefox 52 only, ESR will support non-Flash plugins while release will
|
||||
// not, so we keep testing the non-Flash pathways
|
||||
user_pref("plugin.load_flash_only", false);
|
||||
|
||||
// Don't block old libavcodec libraries when testing, because our test systems
|
||||
// cannot easily be upgraded.
|
||||
user_pref("media.libavcodec.allow-obsolete", true);
|
||||
|
|
Загрузка…
Ссылка в новой задаче