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 3e64b45 commit 7b15850Copy full SHA for 7b15850
build-ffmpeg
@@ -402,7 +402,7 @@ if $NONFREE_AND_GPL; then
402
fi
403
404
if build "cmake"; then
405
- download "https://cmake.org/files/LatestRelease/cmake-3.20.2.tar.gz"
+ download "https://cmake.org/files/LatestRelease/cmake-3.21.0.tar.gz"
406
execute ./configure --prefix="${WORKSPACE}" --parallel="${MJOBS}" -- -DCMAKE_USE_OPENSSL=OFF
407
execute make -j $MJOBS
408
execute make install
0 commit comments