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:
Mathijs Kwik
2013-12-23 11:03:10 +01:00
parent d2ccef5140
commit 5b4635d6fa
+1 -1
View File
@@ -4152,7 +4152,7 @@ let
texinfo = texinfo5;
};
ffmpeg = ffmpeg_0_10;
ffmpeg = ffmpeg_2;
ffms = callPackage ../development/libraries/ffms { };