Skip to content

Commit d6fee6a

Browse files
authored
Merge pull request #96 from rokibhasansagar/patch-1
build-ffmpeg: ffmpeg source and cmake minor version update
2 parents 3e64b45 + fb3776b commit d6fee6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build-ffmpeg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ if $NONFREE_AND_GPL; then
402402
fi
403403

404404
if build "cmake"; then
405-
download "https://cmake.org/files/LatestRelease/cmake-3.20.2.tar.gz"
405+
download "https://cmake.org/files/LatestRelease/cmake-3.21.0.tar.gz"
406406
execute ./configure --prefix="${WORKSPACE}" --parallel="${MJOBS}" -- -DCMAKE_USE_OPENSSL=OFF
407407
execute make -j $MJOBS
408408
execute make install
@@ -699,7 +699,7 @@ fi
699699
##
700700

701701
build "ffmpeg"
702-
download "https://www.ffmpeg.org/releases/ffmpeg-4.4.tar.gz"
702+
download "https://github.com/FFmpeg/FFmpeg/archive/refs/heads/release/4.4.tar.gz" "FFmpeg-release-4.4.tar.gz"
703703
# shellcheck disable=SC2086
704704
./configure "${CONFIGURE_OPTIONS[@]}" \
705705
--disable-debug \

0 commit comments

Comments
 (0)