glcolorconvert: Fix syntax error in detiling shader
Mesa compiler complains of: error: `rgba' redeclared This regression got introduced by 674e6434289, which introduce colormatrix computation without revoing the pre-declaration of rgba variable. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7231>
This commit is contained in:
parent
f7337b7477
commit
96a2408147
@ -448,7 +448,6 @@ static const struct shader_templ templ_AV12_to_RGB =
|
||||
|
||||
/* TILED semi-planar to RGB conversion */
|
||||
static const gchar templ_TILED_SEMI_PLANAR_to_RGB_BODY[] =
|
||||
" vec4 rgba;\n"
|
||||
" vec4 yuva;\n"
|
||||
" ivec2 texel;\n"
|
||||
"\n"
|
||||
|
Loading…
x
Reference in New Issue
Block a user