ffmpeg: add patches for libvpx 1.5

ffmpeg bug report: https://trac.ffmpeg.org/ticket/4956
ffmepg fix commit: http://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=6540fe04a3f9a11ba7084a49b3ee5fa2fc5b32ab
This commit is contained in:
Franz Pletz
2016-05-17 01:02:30 +02:00
parent fd294521e6
commit 28e051f066
5 changed files with 53 additions and 2 deletions
@@ -15,7 +15,7 @@
# Darwin frameworks
, Cocoa
# Inherit generics
, branch, sha256, version, ...
, branch, sha256, version, patches ? [], ...
}:
/* Maintainer notes:
@@ -69,7 +69,8 @@ stdenv.mkDerivation rec {
inherit sha256;
};
patchPhase = ''patchShebangs .'';
postPatch = ''patchShebangs .'';
inherit patches;
outputs = [ "dev" "out" "bin" ]
++ optional (reqMin "1.0") "doc" ; # just dev-doc