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 ];
})