mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
gl/examples/gtk: fixed compilation on systems without GL_GEOMETRY_SHADER
https://bugzilla.gnome.org/show_bug.cgi?id=777143
This commit is contained in:
parent
64394fc296
commit
efa2ed59c7
1 changed files with 4 additions and 0 deletions
|
@ -25,6 +25,10 @@
|
||||||
#include <X11/Xlib.h>
|
#include <X11/Xlib.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef GL_GEOMETRY_SHADER
|
||||||
|
#define GL_GEOMETRY_SHADER 0x8DD9
|
||||||
|
#endif
|
||||||
|
|
||||||
static GMainLoop *loop;
|
static GMainLoop *loop;
|
||||||
|
|
||||||
static const gchar *vert = "#version 330\n\
|
static const gchar *vert = "#version 330\n\
|
||||||
|
|
Loading…
Reference in a new issue