From d6731a8acfab17d921d1086ed5c7b8b3bccef6fc Mon Sep 17 00:00:00 2001 From: HMH Date: Mon, 14 Oct 2024 17:13:12 +0200 Subject: [PATCH] Bump ffmpeg to 7.1. --- deps/download.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/download.sh b/deps/download.sh index 2891604..8bd8f58 100755 --- a/deps/download.sh +++ b/deps/download.sh @@ -3,7 +3,7 @@ set -ex test -d x264 || git clone --depth 1 -b stable https://code.videolan.org/videolan/x264.git x264 -test -d ffmpeg || git clone --depth 1 -b n7.0.2 https://git.ffmpeg.org/ffmpeg.git ffmpeg +test -d ffmpeg || git clone --depth 1 -b n7.1 https://git.ffmpeg.org/ffmpeg.git ffmpeg if [ "$TARGET_OS" == "linux" ]; then test -d nv-codec-headers || git clone --depth 1 https://git.videolan.org/git/ffmpeg/nv-codec-headers.git test -d libva || git clone --depth 1 -b 2.22.0 https://github.com/intel/libva