mirror of
https://github.com/moonlight-stream/moonlight-qt
synced 2025-01-07 08:48:45 +00:00
Add new libva driver path values for Fedora 40
This commit is contained in:
parent
fb17c15cfd
commit
845ef147c9
1 changed files with 2 additions and 0 deletions
|
@ -283,6 +283,8 @@ VAAPIRenderer::initialize(PDECODER_PARAMETERS params)
|
|||
|
||||
qputenv("LIBVA_DRIVERS_PATH",
|
||||
#if Q_PROCESSOR_WORDSIZE == 8
|
||||
"/usr/lib64/dri-nonfree:" // Fedora x86_64
|
||||
"/usr/lib64/dri-freeworld:" // Fedora x86_64
|
||||
"/usr/lib64/dri:" // Fedora x86_64
|
||||
"/usr/lib64/va/drivers:" // Gentoo x86_64
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue