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 44# LICENSE: https://github.com/markus-perl/ffmpeg-build-script/blob/master/LICENSE
55
66PROGNAME=$( basename " $0 " )
7- FFMPEG_VERSION=6.0
7+ FFMPEG_VERSION=6.1
88SCRIPT_VERSION=1.48.rc.1
99CWD=$( pwd)
1010PACKAGES=" $CWD /packages"
475475 fi
476476fi
477477
478- if build " cmake" " 3.27.7 " ; then
478+ if build " cmake" " 3.22.0 " ; then
479479 download " https://github.com/Kitware/CMake/releases/download/v$CURRENT_PACKAGE_VERSION /cmake-$CURRENT_PACKAGE_VERSION .tar.gz"
480480 execute ./configure --prefix=" ${WORKSPACE} " --parallel=" ${MJOBS} " -- -DCMAKE_USE_OPENSSL=OFF
481481 execute make -j $MJOBS
@@ -718,9 +718,9 @@ if build "av1" "7b5f665"; then
718718 cd " $PACKAGES " /aom_build || exit
719719 if $MACOS_M1 ; then
720720 if $SHARED_LIBRARIES ; then
721- execute cmake -DENABLE_TESTS=0 -DEBUILD_SHARED_LIBS =1 -DCMAKE_INSTALL_PREFIX=" ${WORKSPACE} " -DCMAKE_INSTALL_LIBDIR=lib -DCONFIG_RUNTIME_CPU_DETECT=0 " $PACKAGES " /av1
721+ execute cmake --trace-expand - DENABLE_TESTS=0 -DBUILD_SHARED_LIBS =1 -DCMAKE_INSTALL_PREFIX=" ${WORKSPACE} " -DCMAKE_INSTALL_LIBDIR=lib -DCONFIG_RUNTIME_CPU_DETECT=0 " $PACKAGES " /av1
722722 else
723- execute cmake -DENABLE_TESTS=0 -DCMAKE_INSTALL_PREFIX=" ${WORKSPACE} " -DCMAKE_INSTALL_LIBDIR=lib -DCONFIG_RUNTIME_CPU_DETECT=0 " $PACKAGES " /av1
723+ execute cmake --trace - DENABLE_TESTS=0 -DCMAKE_INSTALL_PREFIX=" ${WORKSPACE} " -DCMAKE_INSTALL_LIBDIR=lib -DCONFIG_RUNTIME_CPU_DETECT=0 " $PACKAGES " /av1
724724 fi
725725 else
726726 if $SHARED_LIBRARIES ; then
You can’t perform that action at this time.
0 commit comments