Skip to content

Commit b29c3ac

Browse files
author
Jiwen Cai
committed
ccnx patch
1 parent 3fe4d57 commit b29c3ac

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
diff --git a/modules/libpref/src/init/all.js b/modules/libpref/src/init/all.js
2+
index 06ca000..8fb3e04 100644
3+
--- a/modules/libpref/src/init/all.js
4+
+++ b/modules/libpref/src/init/all.js
5+
@@ -199,7 +199,9 @@ pref("media.webm.enabled", true);
6+
#ifdef MOZ_GSTREAMER
7+
pref("media.h264.enabled", true);
8+
#endif
9+
-
10+
+#ifdef MOZ_GSTREAMER
11+
+pref("media.ccnx.enabled", true);
12+
+#endif
13+
14+
// Whether to autostart a media element with an |autoplay| attribute
15+
pref("media.autoplay.enabled", true);

0 commit comments

Comments
 (0)