aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder
diff options
context:
space:
mode:
Diffstat (limited to 'src/decoder')
-rw-r--r--src/decoder/mpcdec_plugin.c (renamed from src/decoder/mpc_plugin.c)2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decoder/mpc_plugin.c b/src/decoder/mpcdec_plugin.c
index 23fa5787b..c84dfca9b 100644
--- a/src/decoder/mpc_plugin.c
+++ b/src/decoder/mpcdec_plugin.c
@@ -265,7 +265,7 @@ static struct tag *mpcTagDup(const char *file)
static const char *const mpcSuffixes[] = { "mpc", NULL };
-const struct decoder_plugin mpcPlugin = {
+const struct decoder_plugin mpcdec_decoder_plugin = {
.name = "mpc",
.stream_decode = mpc_decode,
.tag_dup = mpcTagDup,