Skip to content

Commit 899bb30

Browse files
committed
Path fix
1 parent 33ef403 commit 899bb30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-ffmpeg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ if ! $MACOS_M1; then
440440
if build "svtav1" "0.9.0"; then
441441
# Last known working commit which passed CI Tests from HEAD branch
442442
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
443+
cd "${PACKAGES}"/svtav1-0.9.0//Build/linux || exit
444444
execute cmake -DCMAKE_INSTALL_PREFIX="${WORKSPACE}" -DENABLE_SHARED=off -DBUILD_SHARED_LIBS=OFF ../.. -G"Unix Makefiles" -DCMAKE_BUILD_TYPE=Release
445445
execute make -j $MJOBS
446446
execute make install

0 commit comments

Comments
 (0)