Fix EGL build
This commit is contained in:
parent
6632154906
commit
4b7b01ce0a
2 changed files with 3 additions and 0 deletions
|
|
@ -267,6 +267,7 @@ libdrm {
|
|||
config_EGL {
|
||||
message(EGL renderer selected)
|
||||
|
||||
CONFIG += egl
|
||||
DEFINES += HAVE_EGL
|
||||
SOURCES += \
|
||||
streaming/video/ffmpeg-renderers/eglvid.cpp \
|
||||
|
|
|
|||
|
|
@ -1,4 +1,6 @@
|
|||
// vim: noai:ts=4:sw=4:softtabstop=4:expandtab
|
||||
#define GL_GLEXT_PROTOTYPES
|
||||
|
||||
#include "eglvid.h"
|
||||
|
||||
#include "path.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue