gl/shader/variables: include generic gl.h header
Otherwise we may miss some forward declarations Fixes build error: undefined reference to GstGLSLStage
This commit is contained in:
parent
332543f3cf
commit
18e205dcbb
@ -24,7 +24,7 @@
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <gst/gl/gstglshader.h>
|
||||
#include <gst/gl/gl.h>
|
||||
|
||||
#define VALID_VARNAME_CHARS "abcdefghijklmnopqurstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789_"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user