mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
Updating mpv, and making it use ffmpeg_2
This commit is contained in:
parent
f9c701a2b8
commit
a7a7e414f0
@ -55,11 +55,12 @@ let
|
||||
in
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "mpv-20130812";
|
||||
name = "mpv-20131222";
|
||||
|
||||
src = fetchgit {
|
||||
url = "https://github.com/mpv-player/mpv.git";
|
||||
rev = "62925a5c15a76568c155259bafa1361ec139c66b";
|
||||
rev = "e6bea0ec5a";
|
||||
sha256 = "984c7d19b1916b7e5befc370ffb7f6c31e560c64c47090b924a115d00c35a1a8";
|
||||
};
|
||||
|
||||
buildInputs = with stdenv.lib;
|
||||
|
@ -8519,7 +8519,7 @@ let
|
||||
};
|
||||
|
||||
mpv = callPackage ../applications/video/mpv {
|
||||
ffmpeg = ffmpeg_1;
|
||||
ffmpeg = ffmpeg_2;
|
||||
bs2bSupport = true;
|
||||
quviSupport = true;
|
||||
cacaSupport = true;
|
||||
|
Loading…
Reference in New Issue
Block a user