Merge pull request #120 from cgutman/nvenc_linux
Add basic NVENC support on Linux
This commit is contained in:
@@ -528,7 +528,7 @@
|
||||
}
|
||||
if (this.platform == "linux") {
|
||||
this.tabs = this.tabs.filter(el => {
|
||||
return el.id !== "nv" && el.id !== "amd";
|
||||
return el.id !== "amd";
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user