mplayer: cleanup
This commit is contained in:
parent
6ac68a4c59
commit
c283fddea6
@ -11188,10 +11188,9 @@ let
|
|||||||
|
|
||||||
normalize = callPackage ../applications/audio/normalize { };
|
normalize = callPackage ../applications/audio/normalize { };
|
||||||
|
|
||||||
mplayer = callPackage ../applications/video/mplayer {
|
mplayer = callPackage ../applications/video/mplayer ({
|
||||||
pulseSupport = config.pulseaudio or false;
|
pulseSupport = config.pulseaudio or false;
|
||||||
vdpauSupport = config.mplayer.vdpauSupport or false;
|
} // (config.mplayer or {}));
|
||||||
};
|
|
||||||
|
|
||||||
mplayer2 = callPackage ../applications/video/mplayer2 {
|
mplayer2 = callPackage ../applications/video/mplayer2 {
|
||||||
ffmpeg = libav_9; # see https://trac.macports.org/ticket/44386
|
ffmpeg = libav_9; # see https://trac.macports.org/ticket/44386
|
||||||
|
Loading…
x
Reference in New Issue
Block a user