Enable libvpx high bitdepth supoort

This commit is contained in:
BtbN 2020-10-27 15:14:07 +01:00
parent 4bdfd2c83f
commit f5dccd80d1

View file

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