Skip to content

Commit cfb0ceb

Browse files
committed
bump ffmpeg in windows tools release to 8.0
1 parent dc70cbf commit cfb0ceb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build_windows_tools.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ on:
55

66
env:
77
# other tools to be bundled
8-
FFMPEG_FILE: "ffmpeg-7.1.1-full_build.zip"
9-
FFMPEG_PATH: "ffmpeg-7.1.1-full_build"
10-
FFMPEG_URL: "https://github.com/GyanD/codexffmpeg/releases/download/7.1.1/ffmpeg-7.1.1-full_build.zip"
8+
FFMPEG_FILE: "ffmpeg-8.0-full_build.zip"
9+
FFMPEG_PATH: "ffmpeg-8.0-full_build"
10+
FFMPEG_URL: "https://github.com/GyanD/codexffmpeg/releases/download/8.0/ffmpeg-8.0-full_build.zip"
1111
FLAC_FILE: "flac-1.5.0-win.zip"
1212
FLAC_PATH: "flac-1.5.0-win"
1313
FLAC_URL: "https://ftp.osuosl.org/pub/xiph/releases/flac/flac-1.5.0-win.zip"

0 commit comments

Comments
 (0)