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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user