libav: 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:
Christian Albrecht
2016-05-17 01:01:55 +02:00
committed by Franz Pletz
parent 67cb0eaae3
commit fd294521e6
3 changed files with 48 additions and 0 deletions
@@ -38,6 +38,10 @@ let
inherit sha1; # upstream directly provides sha1 of releases over https
};
patches = []
++ optionals (vpxSupport && version == "0.8.17" ) [ ./vpxenc-0.8.17-libvpx-1.5.patch ]
++ optionals (vpxSupport && version == "11.6") [ ./vpxenc-11.6-libvpx-1.5.patch ];
preConfigure = "patchShebangs doc/texi2pod.pl";
configureFlags =