File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ environment:
1010 CMD_IN_ENV : " cmd /E:ON /V:ON /C .\\ appveyor\\ run_with_env.cmd"
1111 JANSSON_VERSION : " 2.13"
1212
13- ffmpeg_download : https://www.gyan.dev/ffmpeg/builds/packages/ ffmpeg-5.0-essentials_build .zip
13+ ffmpeg_download : https://www.gyan.dev/ffmpeg/builds/ffmpeg-release-essentials .zip
1414
1515 matrix :
1616 - PYTHON : " C:\\ Python38"
@@ -65,9 +65,9 @@ install:
6565 - " pip install -r requirements.txt"
6666 - ps : Start-FileDownload $env:ffmpeg_download
6767
68- - 7z x ffmpeg-5.0-essentials_build .zip
69- - PATH=%PATH%;%cd%\ffmpeg-5.0-essentials_build \bin
68+ - 7z x ffmpeg-release-essentials .zip
69+ - PATH=%PATH%;%cd%\ffmpeg-release-essentials \bin
7070
7171test_script :
7272 - cd c:\projects\python-ffmpeg-video-streaming
73- - python -m unittest
73+ - python -m unittest
You can’t perform that action at this time.
0 commit comments