Skip to content

Commit 2c09827

Browse files
authored
Merge pull request #24 from danielbair/master
Update ffmpeg 3.2 download link for windows
2 parents 3651514 + a2c71a7 commit 2c09827

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

MS_Windows_Installer/build_packages.bat

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,11 @@ REM "%cd%\setup_espeak-1.48.04.exe" /SILENT
4545
echo START http://internode.dl.sourceforge.net/project/espeak/espeak/espeak-1.48/setup_espeak-1.48.04.exe
4646
)
4747

48+
DEL "%cd%\ffmpeg-3.2-win32-static.zip"
4849
IF NOT EXIST "%cd%\ffmpeg-3.2-win32-static.zip" (
4950
echo Downloading FFmpeg...
50-
%CURL% https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-3.2-win32-static.zip -o %cd%\ffmpeg-3.2-win32-static.zip
51+
%CURL% https://archive.org/download/ffmpeg-3.2-win32-static/ffmpeg-3.2-win32-static.zip -o %cd%\ffmpeg-3.2-win32-static.zip
52+
REM %CURL% https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-3.2-win32-static.zip -o %cd%\ffmpeg-3.2-win32-static.zip
5153
)
5254
IF NOT EXIST "%cd%\setup_ffmpeg-3.2.exe" (
5355
"%PF32%\7-Zip\7z.exe" x ffmpeg-*-win32-static.zip -aoa

0 commit comments

Comments
 (0)