linux: nvenc patch for 515.65.01

This commit is contained in:
mirolm 2022-08-02 19:44:48 +03:00
commit 0a7eb60905
No known key found for this signature in database
GPG key ID: 4E72C5DE9C6BFD3C
4 changed files with 12 additions and 1 deletions

View file

@ -148,6 +148,7 @@ declare -A patch_list=(
["515.43.04"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x00\x72\x08\x48/'
["515.48.07"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x00\x72\x08\x48/'
["515.57"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x00\x72\x08\x48/'
["515.65.01"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x00\x72\x08\x48/'
)
declare -A object_list=(
@ -244,6 +245,7 @@ declare -A object_list=(
["515.43.04"]='libnvidia-fbc.so'
["515.48.07"]='libnvidia-fbc.so'
["515.57"]='libnvidia-fbc.so'
["515.65.01"]='libnvidia-fbc.so'
)
check_version_supported () {