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