firefox: enable gstreamer for h.264 support in HTML5 video
This commit is contained in:
parent
82d02565fc
commit
939a0d3b4a
@ -47,6 +47,7 @@ rec {
|
|||||||
"--enable-system-pixman"
|
"--enable-system-pixman"
|
||||||
"--enable-system-sqlite"
|
"--enable-system-sqlite"
|
||||||
"--enable-system-cairo"
|
"--enable-system-cairo"
|
||||||
|
"--enable-gstreamer"
|
||||||
"--enable-startup-notification"
|
"--enable-startup-notification"
|
||||||
# "--enable-content-sandbox" # available since 26.0, but not much info available
|
# "--enable-content-sandbox" # available since 26.0, but not much info available
|
||||||
# "--enable-content-sandbox-reporter" # keeping disabled for now
|
# "--enable-content-sandbox-reporter" # keeping disabled for now
|
||||||
|
@ -9193,10 +9193,8 @@ let
|
|||||||
++ lib.optional (cfg.enableGoogleTalkPlugin or false) google_talk_plugin
|
++ lib.optional (cfg.enableGoogleTalkPlugin or false) google_talk_plugin
|
||||||
++ lib.optional (cfg.enableFriBIDPlugin or false) fribid
|
++ lib.optional (cfg.enableFriBIDPlugin or false) fribid
|
||||||
);
|
);
|
||||||
libs =
|
libs = [ gstreamer gst_plugins_base ] ++ lib.optionals (cfg.enableQuakeLive or false)
|
||||||
if cfg.enableQuakeLive or false
|
(with xlibs; [ stdenv.gcc libX11 libXxf86dga libXxf86vm libXext libXt alsaLib zlib ]);
|
||||||
then with xlibs; [ stdenv.gcc libX11 libXxf86dga libXxf86vm libXext libXt alsaLib zlib ]
|
|
||||||
else [ ];
|
|
||||||
gtk_modules = [ libcanberra ];
|
gtk_modules = [ libcanberra ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user