mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-20 02:00:53 -05:00
Update FFmpeg runtimes to 6.1.2
Add runtimes for win-arm64 arch.
This commit is contained in:
committed by
Evan Husted
parent
ddc00cf2d8
commit
2019ed0e31
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user