ffmpeg_0: drop

This commit is contained in:
Piotr Bogdan 2018-11-25 19:40:56 +00:00
parent 0fb0af65b0
commit c626c85dce
2 changed files with 0 additions and 12 deletions

View File

@ -1,8 +0,0 @@
{ callPackage, ... } @ args:
callPackage ./generic.nix (args // rec {
version = "${branch}.16";
branch = "0.10";
sha256 = "1l9z5yfp1vq4z2y4mh91707dhcn41c3pd505i0gvdzcdsp5j6y77";
patches = [ ./vpxenc-0.10-libvpx-1.5.patch ];
})

View File

@ -9747,9 +9747,6 @@ in
blas = if stdenv.isDarwin then blas else openblas;
};
ffmpeg_0_10 = callPackage ../development/libraries/ffmpeg/0.10.nix {
inherit (darwin.apple_sdk.frameworks) Cocoa;
};
ffmpeg_2_8 = callPackage ../development/libraries/ffmpeg/2.8.nix {
inherit (darwin.apple_sdk.frameworks) Cocoa;
};
@ -9761,7 +9758,6 @@ in
};
# Aliases
ffmpeg_0 = ffmpeg_0_10;
ffmpeg_2 = ffmpeg_2_8;
ffmpeg_3 = ffmpeg_3_4;
ffmpeg = ffmpeg_3;