mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2025-07-01 23:35:55 +00:00
Fix VAAPIRenderer build error with HAVE_DRM but not HAVE_EGL
This commit is contained in:
parent
09ed82db65
commit
8c93b2d54c
@ -26,7 +26,7 @@ extern "C" {
|
||||
#include <va/va_drm.h>
|
||||
#endif
|
||||
#include <libavutil/hwcontext_vaapi.h>
|
||||
#ifdef HAVE_EGL
|
||||
#if defined(HAVE_EGL) || defined(HAVE_DRM)
|
||||
#include <va/va_drmcommon.h>
|
||||
#endif
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user