This commit is contained in:
Reilly Brogan 2024-10-01 09:39:13 -05:00 committed by GitHub
commit ed8c844b83
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)