Upgrade FFmpeg (4.1.3) for Windows

Include the latest version of FFmpeg in Windows releases.
This commit is contained in:
Romain Vimont
2019-06-11 15:39:25 +02:00
parent 2755bfc255
commit 4ee1391361
4 changed files with 25 additions and 24 deletions

View File

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