* Disable the MPlayer plugin (for now?) because it's not entirely

stable and doesn't compile on Firefox 3.5 yet.

svn path=/nixpkgs/trunk/; revision=16313
This commit is contained in:
Eelco Dolstra 2009-07-10 12:10:58 +00:00
parent 46db02a5e3
commit 65974d2fa7

View File

@ -7065,7 +7065,7 @@ let
++ lib.optional (enableAdobeFlash) flashplayer
# RealPlayer is disabled by default for legal reasons.
++ lib.optional (system != "i686-linux" && getConfig [browserName "enableRealPlayer"] false) RealPlayer
++ lib.optional (getConfig [browserName "enableMPlayer"] true) (MPlayerPlugin browser)
++ lib.optional (getConfig [browserName "enableMPlayer"] false) (MPlayerPlugin browser)
++ lib.optional (supportsJDK && getConfig [browserName "jre"] false && jrePlugin ? mozillaPlugin) jrePlugin
);
};