Update FFmpeg (4.1) for Windows

Include the last version of FFmpeg in Windows releases.
This commit is contained in:
Romain Vimont
2019-01-19 18:14:05 +01:00
parent d71e036f3a
commit 06a0bbbc71
4 changed files with 24 additions and 24 deletions

View File

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