1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

mplayer: Take config.pulseaudio into account.

Packages like libao or skype already honor config.pulseaudio, so let's assure
that mplayer does so as well.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
aszlig 2012-11-22 02:30:34 +01:00
parent 57ece5d3e5
commit 37fc18eb1e
No known key found for this signature in database
GPG key ID: D0EBD0EC8C2DC961

View file

@ -7424,7 +7424,9 @@ let
ncmpcpp = callPackage ../applications/audio/ncmpcpp { };
MPlayer = callPackage ../applications/video/MPlayer { };
MPlayer = callPackage ../applications/video/MPlayer {
pulseSupport = config.pulseaudio or false;
};
MPlayerPlugin = browser:
import ../applications/networking/browsers/mozilla-plugins/mplayerplug-in {