mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 15:11:35 +00:00
Optionally enable pulseaudio support for MPlayer
svn path=/nixpkgs/trunk/; revision=25940
This commit is contained in:
parent
0c7c2c5c30
commit
9fd9a34316
|
@ -6359,7 +6359,9 @@ let
|
|||
|
||||
mpg321 = callPackage ../applications/audio/mpg321 { };
|
||||
|
||||
MPlayer = callPackage ../applications/video/MPlayer { };
|
||||
MPlayer = callPackage ../applications/video/MPlayer {
|
||||
pulseSupport = getConfig [ "pulseaudio" ] false;
|
||||
};
|
||||
|
||||
MPlayerPlugin = browser:
|
||||
import ../applications/networking/browsers/mozilla-plugins/mplayerplug-in {
|
||||
|
|
Loading…
Reference in a new issue