Skip to content

Commit fb3776b

Browse files
Use git release head snapshot for ffmpeg source
- Tagged snapshot from ffmpeg.org is not updated once published. But the release head branches in git source is occasionally updated with most-stable changes from master branch.
1 parent 7b15850 commit fb3776b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-ffmpeg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)