Update FFmpeg runtimes to 6.1.2

Add runtimes for win-arm64 arch.
This commit is contained in:
KeatonTheBot
2025-01-17 16:49:36 -06:00
committed by Evan Husted
parent ddc00cf2d8
commit 2019ed0e31
3 changed files with 4 additions and 4 deletions

View File

@@ -12,8 +12,8 @@ namespace Ryujinx.Graphics.Nvdec.FFmpeg.Native
private static readonly Dictionary<string, (int, int)> _librariesWhitelist = new()
{
{ AvCodecLibraryName, (58, 59) },
{ AvUtilLibraryName, (56, 57) },
{ AvCodecLibraryName, (58, 61) },
{ AvUtilLibraryName, (56, 59) },
};
private static string FormatLibraryNameForCurrentOs(string libraryName, int version)