mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-12 16:53:21 +00:00
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
@ -7372,7 +7372,7 @@ with pkgs;
|
||||
ffmpeg_0 = ffmpeg_0_10;
|
||||
ffmpeg_1 = ffmpeg_1_2;
|
||||
ffmpeg_2 = ffmpeg_2_8;
|
||||
ffmpeg_3 = ffmpeg_3_1;
|
||||
ffmpeg_3 = ffmpeg_3_2;
|
||||
ffmpeg = ffmpeg_3;
|
||||
|
||||
ffmpeg-full = callPackage ../development/libraries/ffmpeg-full {
|
||||
@ -14424,10 +14424,7 @@ with pkgs;
|
||||
|
||||
lxdvdrip = callPackage ../applications/video/lxdvdrip { };
|
||||
|
||||
handbrake = callPackage ../applications/video/handbrake {
|
||||
# TODO: remove when 3.2 becomes default
|
||||
ffmpeg = ffmpeg_3_2;
|
||||
};
|
||||
handbrake = callPackage ../applications/video/handbrake { };
|
||||
|
||||
lilyterm = callPackage ../applications/misc/lilyterm {
|
||||
inherit (gnome2) vte;
|
||||
|
Loading…
Reference in New Issue
Block a user