From f5dccd80d1155ca4fd92c6df37e4dcc5a5f21a3c Mon Sep 17 00:00:00 2001 From: BtbN Date: Tue, 27 Oct 2020 15:14:07 +0100 Subject: [PATCH] Enable libvpx high bitdepth supoort --- scripts.d/50-libvpx.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts.d/50-libvpx.sh b/scripts.d/50-libvpx.sh index d3288b3..1d0c2a5 100755 --- a/scripts.d/50-libvpx.sh +++ b/scripts.d/50-libvpx.sh @@ -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" )