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:
Vladimír Čunát 2017-04-01 13:40:40 +02:00
parent 8eab29e26f
commit 1a46368a60
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -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;