1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-23 14:11:36 +00:00

mplayer2: use default/latest ffmpeg

This commit is contained in:
Mathijs Kwik 2013-12-23 10:51:15 +01:00
parent 70f3d42729
commit f7500f9571

View file

@ -8518,9 +8518,7 @@ let
pulseSupport = config.pulseaudio or false;
};
mplayer2 = callPackage ../applications/video/mplayer2 {
ffmpeg = ffmpeg_1;
};
mplayer2 = callPackage ../applications/video/mplayer2 { };
MPlayerPlugin = browser:
import ../applications/networking/browsers/mozilla-plugins/mplayerplug-in {