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.
2 parents 3e64b45 + fb3776b commit d6fee6aCopy full SHA for d6fee6a
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
@@ -699,7 +699,7 @@ fi
699
##
700
701
build "ffmpeg"
702
-download "https://www.ffmpeg.org/releases/ffmpeg-4.4.tar.gz"
+download "https://github.com/FFmpeg/FFmpeg/archive/refs/heads/release/4.4.tar.gz" "FFmpeg-release-4.4.tar.gz"
703
# shellcheck disable=SC2086
704
./configure "${CONFIGURE_OPTIONS[@]}" \
705
--disable-debug \
0 commit comments