libav: libvpx >= 1.8 drops some formats

This commit is contained in:
Tyson Whitehead
2021-01-29 10:58:26 -05:00
parent e29bef4b9c
commit 2daee780a0
2 changed files with 47 additions and 0 deletions
@@ -43,6 +43,7 @@ let
patches = []
++ optional (vpxSupport && hasPrefix "0.8." version) ./vpxenc-0.8.17-libvpx-1.5.patch
++ optional (vpxSupport && hasPrefix "12." version) ./vpx-12.3-libvpx-1.8.patch
;
postPatch = ''