ffmpeg(3): 3.1 -> 3.2
According to ABI report https://abi-laboratory.pro/tracker/timeline/ffmpeg/ I see only one removed function and one removed field - both should be detected during compile-time. The rest are changes that don't matter when everything rebuilds.
This commit is contained in:
parent
8eab29e26f
commit
1a46368a60
1 changed files with 2 additions and 5 deletions
|
@ -7372,7 +7372,7 @@ with pkgs;
|
||||||
ffmpeg_0 = ffmpeg_0_10;
|
ffmpeg_0 = ffmpeg_0_10;
|
||||||
ffmpeg_1 = ffmpeg_1_2;
|
ffmpeg_1 = ffmpeg_1_2;
|
||||||
ffmpeg_2 = ffmpeg_2_8;
|
ffmpeg_2 = ffmpeg_2_8;
|
||||||
ffmpeg_3 = ffmpeg_3_1;
|
ffmpeg_3 = ffmpeg_3_2;
|
||||||
ffmpeg = ffmpeg_3;
|
ffmpeg = ffmpeg_3;
|
||||||
|
|
||||||
ffmpeg-full = callPackage ../development/libraries/ffmpeg-full {
|
ffmpeg-full = callPackage ../development/libraries/ffmpeg-full {
|
||||||
|
@ -14424,10 +14424,7 @@ with pkgs;
|
||||||
|
|
||||||
lxdvdrip = callPackage ../applications/video/lxdvdrip { };
|
lxdvdrip = callPackage ../applications/video/lxdvdrip { };
|
||||||
|
|
||||||
handbrake = callPackage ../applications/video/handbrake {
|
handbrake = callPackage ../applications/video/handbrake { };
|
||||||
# TODO: remove when 3.2 becomes default
|
|
||||||
ffmpeg = ffmpeg_3_2;
|
|
||||||
};
|
|
||||||
|
|
||||||
lilyterm = callPackage ../applications/misc/lilyterm {
|
lilyterm = callPackage ../applications/misc/lilyterm {
|
||||||
inherit (gnome2) vte;
|
inherit (gnome2) vte;
|
||||||
|
|
Loading…
Reference in a new issue