This commit is contained in:
Reilly Brogan 2024-09-30 17:14:30 -03:00 committed by GitHub
commit 250bbb3ffc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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, 60) },
{ AvUtilLibraryName, (56, 58) },
};
private static string FormatLibraryNameForCurrentOs(string libraryName, int version)