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 e7c88f5 commit 33ef403Copy full SHA for 33ef403
build-ffmpeg
@@ -401,7 +401,7 @@ if $NONFREE_AND_GPL; then
401
fi
402
403
if build "cmake" "3.22.1"; then
404
- download "https://github.com/Kitware/CMake/releases/download/v3.22.0/cmake-3.22.1.tar.gz"
+ download "https://github.com/Kitware/CMake/releases/download/v3.22.1/cmake-3.22.1.tar.gz"
405
execute ./configure --prefix="${WORKSPACE}" --parallel="${MJOBS}" -- -DCMAKE_USE_OPENSSL=OFF
406
execute make -j $MJOBS
407
execute make install
0 commit comments