mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-04-07 08:16:14 +00:00
Add new libva driver path values for Fedora 40
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user