Disable CUDA by default in favor of Vulkan and VDPAU
All of our official releases (Flatpak and AppImage) already do this, so this just makes it official. This can be overridden by running qmake with CONFIG+=enable-cuda.
This commit is contained in:
parent
260a0e0ae2
commit
e6e91ca88b
2 changed files with 4 additions and 2 deletions
|
|
@ -122,7 +122,9 @@ unix:if(!macx|disable-prebuilts) {
|
|||
}
|
||||
}
|
||||
|
||||
!disable-cuda {
|
||||
# Disabled by default due to reliability issues. See #1314.
|
||||
# CUDA interop is superseded by VDPAU and Vulkan Video.
|
||||
enable-cuda {
|
||||
packagesExist(ffnvcodec) {
|
||||
PKGCONFIG += ffnvcodec
|
||||
CONFIG += cuda
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue