* 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:
parent
46db02a5e3
commit
65974d2fa7
@ -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
|
||||
);
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user