Updating mpv, and making it use ffmpeg_2

This commit is contained in:
Lluís Batlle i Rossell 2013-12-22 19:00:05 +01:00
parent f9c701a2b8
commit a7a7e414f0
2 changed files with 4 additions and 3 deletions

@ -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;