mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +00:00
video/out/gpu/spirv: fix warning: zero size arrays are an extension
This commit is contained in:
@@ -16,6 +16,7 @@ static const struct spirv_compiler_fns *compilers[] = {
|
||||
#if HAVE_SHADERC
|
||||
[SPIRV_SHADERC] = &spirv_shaderc,
|
||||
#endif
|
||||
NULL
|
||||
};
|
||||
|
||||
static const struct m_opt_choice_alternatives compiler_choices[] = {
|
||||
|
||||
Reference in New Issue
Block a user