Upgrade FFmpeg (4.2.2) for Windows

Include the latest version of FFmpeg in Windows releases.
This commit is contained in:
Romain Vimont
2020-04-13 22:56:01 +02:00
parent a12b938234
commit b55ca127f8
4 changed files with 26 additions and 26 deletions

View File

@@ -15,6 +15,6 @@ cpu = 'x86_64'
endian = 'little'
[properties]
prebuilt_ffmpeg_shared = 'ffmpeg-4.2.1-win64-shared'
prebuilt_ffmpeg_dev = 'ffmpeg-4.2.1-win64-dev'
prebuilt_ffmpeg_shared = 'ffmpeg-4.2.2-win64-shared'
prebuilt_ffmpeg_dev = 'ffmpeg-4.2.2-win64-dev'
prebuilt_sdl2 = 'SDL2-2.0.10/x86_64-w64-mingw32'