Enable libvpx high bitdepth supoort

This commit is contained in:
BtbN 2020-10-27 15:14:07 +01:00
parent 4bdfd2c83f
commit f5dccd80d1
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/bin/bash
LIBVPX_REPO="https://chromium.googlesource.com/webm/libvpx"
LIBVPX_COMMIT="aea631263d38e45a7f119d39ccc3dc065db01f08"
LIBVPX_COMMIT="16154dae714c3e88bfa17c25d5d6ad8198fac63a"
ffbuild_enabled() {
return 0
@ -23,6 +23,7 @@ ffbuild_dockerbuild() {
--disable-examples
--disable-tools
--disable-docs
--enable-vp9-highbitdepth
--prefix="$FFBUILD_PREFIX"
)