Merge branch 'mplayer_vdpau' of git://github.com/matejc/nixpkgs
mplayer: add option config.mplayer.vdpauSupport
This commit is contained in:
commit
d4b28df8a2
@ -8591,6 +8591,7 @@ let
|
||||
|
||||
mplayer = callPackage ../applications/video/mplayer {
|
||||
pulseSupport = config.pulseaudio or false;
|
||||
vdpauSupport = config.mplayer.vdpauSupport or false;
|
||||
};
|
||||
|
||||
mplayer2 = callPackage ../applications/video/mplayer2 { };
|
||||
|
Loading…
x
Reference in New Issue
Block a user