Update 50-svtav1.sh from 1.6 to 1.7.0.1

Update SVT-AV1 from 1.6 to 1.7.0.1, using the latest commit from the SVT-AV1 repository.
This commit is contained in:
Araki 2023-09-19 06:27:29 +03:00 committed by BtbN
parent f478b31348
commit b758f790f1

View File

@ -1,7 +1,7 @@
#!/bin/bash
SCRIPT_REPO="https://gitlab.com/AOMediaCodec/SVT-AV1.git"
SCRIPT_COMMIT="903ff3add82744d586295c37ec1241dc51dab16e"
SCRIPT_COMMIT="a6f0981c2b82aea05205b96bfebb1e6cd53790de"
ffbuild_enabled() {
[[ $TARGET == win32 ]] && return -1