Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions build-ffmpeg
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ if $NONFREE_AND_GPL; then
fi

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

build "ffmpeg"
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"
# shellcheck disable=SC2086
./configure "${CONFIGURE_OPTIONS[@]}" \
--disable-debug \
Expand Down