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:
parent
70f3d42729
commit
f7500f9571
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue