mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue