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:
parent
f57537414e
commit
1a86a8c8e7
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user