mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2025-07-02 07:46:07 +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>
|
#include <va/va_drm.h>
|
||||||
#endif
|
#endif
|
||||||
#include <libavutil/hwcontext_vaapi.h>
|
#include <libavutil/hwcontext_vaapi.h>
|
||||||
#ifdef HAVE_EGL
|
#if defined(HAVE_EGL) || defined(HAVE_DRM)
|
||||||
#include <va/va_drmcommon.h>
|
#include <va/va_drmcommon.h>
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user