1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-11-07 03:22:33 +01:00

Fix ffmpeg download paths

This commit is contained in:
Elias Steurer 2020-09-27 19:31:33 +02:00
parent f57537414e
commit 1a86a8c8e7
2 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@ build:windows:
- cmd /c vcpkg.exe install openssl --triplet x64-windows --recurse - cmd /c vcpkg.exe install openssl --triplet x64-windows --recurse
- cd .. - cd ..
- cd .. - cd ..
- curl.exe -L https://www.gyan.dev/ffmpeg/builds/packages/ffmpeg-4.3.1-full_build.zip --output ffmpeg.zip - curl.exe -L https://www.gyan.dev/ffmpeg/builds/packages/ffmpeg-4.3.1-2020-09-16-full_build.zip --output ffmpeg.zip
- tar -xvf ffmpeg.zip --strip-components 2 ffmpeg-4.3.1-full_build/bin - tar -xvf ffmpeg.zip --strip-components 2 ffmpeg-4.3.1-full_build/bin
- cmd /c DEL ffplay.exe - cmd /c DEL ffplay.exe
- cmd /c move /Y ffmpeg.exe Common/ffmpeg - cmd /c move /Y ffmpeg.exe Common/ffmpeg

View File

@ -15,7 +15,7 @@ cd ..
cd .. cd ..
rem Donwload ffmpeg rem Donwload ffmpeg
curl.exe -L https://www.gyan.dev/ffmpeg/builds/packages/ffmpeg-4.3.1-full_build.zip --output ffmpeg.zip curl.exe -L https://www.gyan.dev/ffmpeg/builds/packages/ffmpeg-4.3.1-2020-09-16-full_build.zip --output ffmpeg.zip
rem Extract ffmpeg. Needs Windows 10 build 17063 or higher! rem Extract ffmpeg. Needs Windows 10 build 17063 or higher!
rem We only need the content of the bin folder rem We only need the content of the bin folder