mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
glslstage: remove typedefs from the header
They are already defined in the forward decleration header and defining them more than once will give an error with OSX's clang about typedef redefinition being a C11 feature.
This commit is contained in:
parent
2595f73fd0
commit
b0d40019f9
1 changed files with 0 additions and 4 deletions
|
@ -25,10 +25,6 @@
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
|
||||||
typedef struct _GstGLSLStage GstGLSLStage;
|
|
||||||
typedef struct _GstGLSLStageClass GstGLSLStageClass;
|
|
||||||
typedef struct _GstGLSLStagePrivate GstGLSLStagePrivate;
|
|
||||||
|
|
||||||
#define GST_TYPE_GLSL_STAGE (gst_glsl_stage_get_type())
|
#define GST_TYPE_GLSL_STAGE (gst_glsl_stage_get_type())
|
||||||
#define GST_GLSL_STAGE(o) (G_TYPE_CHECK_INSTANCE_CAST((o), GST_TYPE_GLSL_STAGE, GstGLSLStage))
|
#define GST_GLSL_STAGE(o) (G_TYPE_CHECK_INSTANCE_CAST((o), GST_TYPE_GLSL_STAGE, GstGLSLStage))
|
||||||
#define GST_GLSL_STAGE_CLASS(k) (G_TYPE_CHECK_CLASS((k), GST_TYPE_GLSL_STAGE, GstGLSLStageClass))
|
#define GST_GLSL_STAGE_CLASS(k) (G_TYPE_CHECK_CLASS((k), GST_TYPE_GLSL_STAGE, GstGLSLStageClass))
|
||||||
|
|
Loading…
Reference in a new issue