mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-06-17 14:11:33 +00:00
Fix EGL build
This commit is contained in:
@@ -267,6 +267,7 @@ libdrm {
|
|||||||
config_EGL {
|
config_EGL {
|
||||||
message(EGL renderer selected)
|
message(EGL renderer selected)
|
||||||
|
|
||||||
|
CONFIG += egl
|
||||||
DEFINES += HAVE_EGL
|
DEFINES += HAVE_EGL
|
||||||
SOURCES += \
|
SOURCES += \
|
||||||
streaming/video/ffmpeg-renderers/eglvid.cpp \
|
streaming/video/ffmpeg-renderers/eglvid.cpp \
|
||||||
|
|||||||
@@ -1,4 +1,6 @@
|
|||||||
// vim: noai:ts=4:sw=4:softtabstop=4:expandtab
|
// vim: noai:ts=4:sw=4:softtabstop=4:expandtab
|
||||||
|
#define GL_GLEXT_PROTOTYPES
|
||||||
|
|
||||||
#include "eglvid.h"
|
#include "eglvid.h"
|
||||||
|
|
||||||
#include "path.h"
|
#include "path.h"
|
||||||
|
|||||||
Reference in New Issue
Block a user