ffmpeg: change default 0.10 -> 2.0
This commit, and the "pinnings" that follow should not cause major issues. I personally checked (build-only) each and every package that depends on ffmpeg to find the maximum supported version. I performed this on stdenv-updates+glibc2.18+x-updates but I don't expect that to matter.
This commit is contained in:
parent
d2ccef5140
commit
5b4635d6fa
@ -4152,7 +4152,7 @@ let
|
|||||||
texinfo = texinfo5;
|
texinfo = texinfo5;
|
||||||
};
|
};
|
||||||
|
|
||||||
ffmpeg = ffmpeg_0_10;
|
ffmpeg = ffmpeg_2;
|
||||||
|
|
||||||
ffms = callPackage ../development/libraries/ffms { };
|
ffms = callPackage ../development/libraries/ffms { };
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user