*/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

@@ -17,7 +17,7 @@
#include <string.h>
constexpr const EncoderPlugin *encoder_plugins[] = {
constinit const EncoderPlugin *const encoder_plugins[] = {
&null_encoder_plugin,
#ifdef ENABLE_VORBISENC
&vorbis_encoder_plugin,