From e75d110013bd6fd0ae10d8ecf9677f9341614aad Mon Sep 17 00:00:00 2001 From: MartinEesmaa Date: Sun, 24 Nov 2024 11:48:33 +1100 Subject: [PATCH] Force it update of vvenc & vvdec Sorry it didn't update well automatically, so I'm forcing using commit of script to keep up to date. - Martin Eesmaa --- scripts.d/50-vvdec.sh | 1 + scripts.d/50-vvenc.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/scripts.d/50-vvdec.sh b/scripts.d/50-vvdec.sh index 8960706402..053635aa61 100755 --- a/scripts.d/50-vvdec.sh +++ b/scripts.d/50-vvdec.sh @@ -1,6 +1,7 @@ #!/bin/bash SCRIPT_REPO="https://github.com/fraunhoferhhi/vvdec" +SCRIPT_COMMIT="441b5a603cb1d929613341ee2aa02397b72de1d3" ffbuild_enabled() { [[ $TARGET == win32 ]] && return -1 diff --git a/scripts.d/50-vvenc.sh b/scripts.d/50-vvenc.sh index 95a5222128..224425dfb4 100755 --- a/scripts.d/50-vvenc.sh +++ b/scripts.d/50-vvenc.sh @@ -1,6 +1,7 @@ #!/bin/bash SCRIPT_REPO="https://github.com/fraunhoferhhi/vvenc" +SCRIPT_COMMIT="7cf1e5ffc5aeb33b81fa9401df9fd53ef1dae6d1" ffbuild_enabled() { return 0