Skip to content

Commit

Permalink
Bump ffmpeg to 7.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
H-M-H committed Oct 14, 2024
1 parent 18a584b commit d6731a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d6731a8

Please sign in to comment.