Upgrade FFmpeg (5.1.2) for Windows 64-bit

Use the latest version of FFmpeg in Windows 64-bit releases.
This commit is contained in:
Romain Vimont
2022-12-22 12:33:08 +01:00
parent 725a922271
commit 8e0c899218
3 changed files with 8 additions and 8 deletions

View File

@@ -19,7 +19,7 @@ endian = 'little'
ffmpeg_avcodec = 'avcodec-59'
ffmpeg_avformat = 'avformat-59'
ffmpeg_avutil = 'avutil-57'
prebuilt_ffmpeg = 'ffmpeg-win64-5.0.1'
prebuilt_ffmpeg = 'ffmpeg-win64-5.1.2'
prebuilt_sdl2 = 'SDL2-2.26.1/x86_64-w64-mingw32'
prebuilt_libusb_root = 'libusb-1.0.26'
prebuilt_libusb = 'libusb-1.0.26/MinGW-x64'