File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -478,16 +478,16 @@ if command_exists "python3"; then
478478fi
479479
480480if ! $MACOS_M1 ; then
481- if build " svtav1" " 0.9.0 " ; then
481+ if build " svtav1" " 1.4.1 " ; then
482482 # Last known working commit which passed CI Tests from HEAD branch
483- download " https://gitlab.com/AOMediaCodec/SVT-AV1/-/archive/v0.9.0 /SVT-AV1-v0.9.0 .tar.gz" " svtav1-0.9.0 .tar.gz"
484- cd " ${PACKAGES} " /svtav1-0.9.0 //Build/linux || exit
483+ download " https://gitlab.com/AOMediaCodec/SVT-AV1/-/archive/v1.4.1 /SVT-AV1-v1.4.1 .tar.gz" " svtav1-1.4.1 .tar.gz"
484+ cd " ${PACKAGES} " /svtav1-1.4.1 //Build/linux || exit
485485 execute cmake -DCMAKE_INSTALL_PREFIX=" ${WORKSPACE} " -DENABLE_SHARED=off -DBUILD_SHARED_LIBS=OFF ../.. -G" Unix Makefiles" -DCMAKE_BUILD_TYPE=Release
486486 execute make -j $MJOBS
487487 execute make install
488488 execute cp SvtAv1Enc.pc " ${WORKSPACE} /lib/pkgconfig/"
489489 execute cp SvtAv1Dec.pc " ${WORKSPACE} /lib/pkgconfig/"
490- build_done " svtav1" " 0.9.0 " ;
490+ build_done " svtav1" " 1.4.1 " ;
491491 fi
492492 CONFIGURE_OPTIONS+=(" --enable-libsvtav1" )
493493fi
You can’t perform that action at this time.
0 commit comments