Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
N
nvidia-patch
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nanahira
nvidia-patch
Commits
a2401e1f
Commit
a2401e1f
authored
Nov 23, 2019
by
Snawoot
Committed by
GitHub
Nov 23, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #197 from Snawoot/linux_patch_libnvidia-encode
linux: switch to new patching style
parents
f674380a
64ef3f52
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
patch.sh
patch.sh
+2
-2
No files found.
patch.sh
View file @
a2401e1f
...
@@ -81,7 +81,7 @@ declare -A patch_list=(
...
@@ -81,7 +81,7 @@ declare -A patch_list=(
[
"440.26"
]=
's/\xff\x90\x98\x00\x00\x00\x84\xc0\x0f\x84/\xff\x90\x98\x00\x00\x00\x0c\x01\x0f\x84/g'
[
"440.26"
]=
's/\xff\x90\x98\x00\x00\x00\x84\xc0\x0f\x84/\xff\x90\x98\x00\x00\x00\x0c\x01\x0f\x84/g'
[
"440.31"
]=
's/\xff\x90\x98\x00\x00\x00\x84\xc0\x0f\x84/\xff\x90\x98\x00\x00\x00\x0c\x01\x0f\x84/g'
[
"440.31"
]=
's/\xff\x90\x98\x00\x00\x00\x84\xc0\x0f\x84/\xff\x90\x98\x00\x00\x00\x0c\x01\x0f\x84/g'
[
"440.33.01"
]=
's/\xff\x90\x98\x00\x00\x00\x84\xc0\x0f\x84/\xff\x90\x98\x00\x00\x00\x0c\x01\x0f\x84/g'
[
"440.33.01"
]=
's/\xff\x90\x98\x00\x00\x00\x84\xc0\x0f\x84/\xff\x90\x98\x00\x00\x00\x0c\x01\x0f\x84/g'
[
"440.36"
]=
's/\x
ff\x90\x98\x00\x00\x00\x84\xc0\x0f\x84/\xff\x90\x98\x00\x00\x00\x0c\x01\x0f\x84
/g'
[
"440.36"
]=
's/\x
85\xc0\x41\x89\xc4\x75\x1f/\x31\xc0\x41\x89\xc4\x75\x1f
/g'
)
)
declare
-A
object_list
=(
declare
-A
object_list
=(
...
@@ -121,7 +121,7 @@ declare -A object_list=(
...
@@ -121,7 +121,7 @@ declare -A object_list=(
[
"440.26"
]=
'libnvcuvid.so'
[
"440.26"
]=
'libnvcuvid.so'
[
"440.31"
]=
'libnvcuvid.so'
[
"440.31"
]=
'libnvcuvid.so'
[
"440.33.01"
]=
'libnvcuvid.so'
[
"440.33.01"
]=
'libnvcuvid.so'
[
"440.36"
]=
'libnv
cuvid
.so'
[
"440.36"
]=
'libnv
idia-encode
.so'
)
)
check_version_supported
()
{
check_version_supported
()
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment