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:
parent
57ece5d3e5
commit
37fc18eb1e
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue