diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/decoder_list.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decoder_list.c b/src/decoder_list.c index 8ae268241..6e5c8cfd3 100644 --- a/src/decoder_list.c +++ b/src/decoder_list.c @@ -74,7 +74,7 @@ static const struct decoder_plugin *const decoder_plugins[] = { #ifdef HAVE_MODPLUG &modplug_plugin, #endif -#ifdef HAVE_MIKMOD +#ifdef ENABLE_MIKMOD_DECODER &mikmod_decoder_plugin, #endif #ifdef ENABLE_SIDPLAY |