Support ffmpeg 6.x
This commit is contained in:
parent
95d252b7b8
commit
3c0e90f047
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue