Skip to content

Commit 70d9959

Browse files
committed
Use a more recent ffmpeg build with appvoyer
The former URL was invalid and resulted in a 404
1 parent 9178b5e commit 70d9959

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.appveyor.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ environment:
1616
COMPOSER_NO_INTERACTION: 1
1717
ANSICON: 121x90 (121x90) # Console colors
1818

19-
ffmpeg_download: https://www.gyan.dev/ffmpeg/builds/packages/ffmpeg-4.3.1-2020-10-01-essentials_build.zip
19+
ffmpeg_download: https://www.gyan.dev/ffmpeg/builds/packages/ffmpeg-4.3.2-2021-02-27-essentials_build.zip
2020

2121
matrix:
2222
- PHP_VERSION: Latest_Version
@@ -29,8 +29,8 @@ install:
2929
- ps: cinst php --params '""/InstallDir:C:\tools\php""' --ignore-checksums
3030
- ps: Start-FileDownload $env:ffmpeg_download
3131

32-
- 7z x ffmpeg-4.3.1-2020-10-01-essentials_build.zip
33-
- PATH=%PATH%;%cd%\ffmpeg-4.3.1-2020-10-01-essentials_build\bin
32+
- 7z x ffmpeg-4.3.2-2021-02-27-essentials_build.zip
33+
- PATH=%PATH%;%cd%\ffmpeg-4.3.2-2021-02-27-essentials_build\bin
3434
- cd c:\tools\php
3535
- copy php.ini-production php.ini /Y
3636
- echo date.timezone="UTC" >> php.ini

0 commit comments

Comments
 (0)