Bug 1365505 - Part2-Turn on the pref for hls not only on nightly. r?bwu draft
authorJames Cheng <jacheng@mozilla.com>
Tue, 01 Aug 2017 17:45:37 +0800
changeset 618949 de8d8b6cd258242865dbcec6ccc94c72c4bdfb8a
parent 618948 d3d88619f5b2dbf14a5b2d61e3a30e210cf1f48e
child 640248 92185164047402f2cdee1ba6bc637f0076b4c43c
push id71522
push userbmo:jacheng@mozilla.com
push dateTue, 01 Aug 2017 09:45:50 +0000
reviewersbwu
bugs1365505
milestone56.0a1
Bug 1365505 - Part2-Turn on the pref for hls not only on nightly. r?bwu MozReview-Commit-ID: 1rdoVMJtw7l
mobile/android/app/mobile.js
--- a/mobile/android/app/mobile.js
+++ b/mobile/android/app/mobile.js
@@ -626,19 +626,17 @@ pref("media.mediasource.enabled", true);
 
 pref("media.mediadrm-widevinecdm.visible", true);
 
 #ifdef NIGHTLY_BUILD
 // Enable EME (Encrypted Media Extensions)
 pref("media.eme.enabled", true);
 #endif
 
-#ifdef NIGHTLY_BUILD
 pref("media.hls.enabled", true);
-#endif
 
 // Whether to suspend decoding of videos in background tabs.
 pref("media.suspend-bkgnd-video.enabled", true);
 
 // optimize images memory usage
 pref("image.downscale-during-decode.enabled", true);
 
 pref("browser.safebrowsing.downloads.enabled", false);