*/Registry: use constinit

This commit is contained in:
Max Kellermann
2023-03-07 11:59:39 +01:00
parent 333b36f090
commit 815b248990
10 changed files with 10 additions and 10 deletions

View File

@@ -39,7 +39,7 @@
#include <string.h>
constexpr const struct DecoderPlugin *decoder_plugins[] = {
constinit const struct DecoderPlugin *const decoder_plugins[] = {
#ifdef ENABLE_MAD
&mad_decoder_plugin,
#endif