Skip to content

Commit

Permalink
Merge pull request #24 from danielbair/master
Browse files Browse the repository at this point in the history
Update ffmpeg 3.2 download link for windows
  • Loading branch information
danielbair authored Dec 8, 2016
2 parents 3651514 + a2c71a7 commit 2c09827
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion MS_Windows_Installer/build_packages.bat
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,11 @@ REM "%cd%\setup_espeak-1.48.04.exe" /SILENT
echo START http://internode.dl.sourceforge.net/project/espeak/espeak/espeak-1.48/setup_espeak-1.48.04.exe
)

DEL "%cd%\ffmpeg-3.2-win32-static.zip"
IF NOT EXIST "%cd%\ffmpeg-3.2-win32-static.zip" (
echo Downloading FFmpeg...
%CURL% https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-3.2-win32-static.zip -o %cd%\ffmpeg-3.2-win32-static.zip
%CURL% https://archive.org/download/ffmpeg-3.2-win32-static/ffmpeg-3.2-win32-static.zip -o %cd%\ffmpeg-3.2-win32-static.zip
REM %CURL% https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-3.2-win32-static.zip -o %cd%\ffmpeg-3.2-win32-static.zip
)
IF NOT EXIST "%cd%\setup_ffmpeg-3.2.exe" (
"%PF32%\7-Zip\7z.exe" x ffmpeg-*-win32-static.zip -aoa
Expand Down

0 comments on commit 2c09827

Please sign in to comment.