We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33ef403 commit 899bb30Copy full SHA for 899bb30
build-ffmpeg
@@ -440,7 +440,7 @@ if ! $MACOS_M1; then
440
if build "svtav1" "0.9.0"; then
441
# Last known working commit which passed CI Tests from HEAD branch
442
download "https://github.com/AOMediaCodec/SVT-AV1/archive/refs/tags/v0.9.0.tar.gz" "svtav1-0.9.0.tar.gz"
443
- cd "${PACKAGES}"/svtav1-1a3e32b/Build/linux || exit
+ cd "${PACKAGES}"/svtav1-0.9.0//Build/linux || exit
444
execute cmake -DCMAKE_INSTALL_PREFIX="${WORKSPACE}" -DENABLE_SHARED=off -DBUILD_SHARED_LIBS=OFF ../.. -G"Unix Makefiles" -DCMAKE_BUILD_TYPE=Release
445
execute make -j $MJOBS
446
execute make install
0 commit comments