[369/906] define missing glew macro on older versions
This commit is contained in:
parent
3107266d81
commit
d9c055246f
@ -27,6 +27,14 @@
|
||||
#include <gst/video/gstvideosink.h>
|
||||
#include "gstgldisplay.h"
|
||||
|
||||
#ifndef GLEW_VERSION_MAJOR
|
||||
#define GLEW_VERSION_MAJOR 4
|
||||
#endif
|
||||
|
||||
#ifndef GLEW_VERSION_MINOR
|
||||
#define GLEW_VERSION_MINOR 0
|
||||
#endif
|
||||
|
||||
/*
|
||||
* gst-launch-0.10 --gst-debug=gldisplay:N pipeline
|
||||
* N=1: errors
|
||||
|
Loading…
x
Reference in New Issue
Block a user