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:
Gerald Squelart 2016-10-04 22:46:22 -07:00
Родитель e076c9edaa
Коммит e58e8ecd72
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -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);