|
477 | 477 | if ! $MACOS_M1; then |
478 | 478 | if build "svtav1" "0.9.0"; then |
479 | 479 | # Last known working commit which passed CI Tests from HEAD branch |
480 | | - download "https://github.com/AOMediaCodec/SVT-AV1/archive/refs/tags/v0.9.0.tar.gz" "svtav1-0.9.0.tar.gz" |
| 480 | + download "https://gitlab.com/AOMediaCodec/SVT-AV1/-/archive/v0.9.0/SVT-AV1-v0.9.0.tar.gz" "svtav1-0.9.0.tar.gz" |
481 | 481 | cd "${PACKAGES}"/svtav1-0.9.0//Build/linux || exit |
482 | 482 | execute cmake -DCMAKE_INSTALL_PREFIX="${WORKSPACE}" -DENABLE_SHARED=off -DBUILD_SHARED_LIBS=OFF ../.. -G"Unix Makefiles" -DCMAKE_BUILD_TYPE=Release |
483 | 483 | execute make -j $MJOBS |
|
0 commit comments