CMakeLists: Update to FFmpeg 4.3.1 for WIN32

Minimal binaries go brrrrrrr
This commit is contained in:
lat9nq 2021-02-05 22:27:37 -05:00
parent 830612ef9e
commit 8b54e219c9
1 changed files with 1 additions and 1 deletions

View File

@ -483,7 +483,7 @@ if (YUZU_USE_BUNDLED_FFMPEG)
endif()
else() # WIN32
# Use yuzu FFmpeg binaries
set(FFmpeg_EXT_NAME "ffmpeg-4.2.1")
set(FFmpeg_EXT_NAME "ffmpeg-4.3.1")
set(FFmpeg_PATH "${CMAKE_BINARY_DIR}/externals/${FFmpeg_EXT_NAME}")
download_bundled_external("ffmpeg/" ${FFmpeg_EXT_NAME} "")
set(FFmpeg_FOUND YES)