aboutsummaryrefslogtreecommitdiff
path: root/src/decoder_list.c
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-04-01 22:48:06 +0200
committerMax Kellermann <max@duempel.org>2009-04-01 22:48:06 +0200
commita7685780ede43fc079d04c8d748a44e0ac7bf80e (patch)
tree12e24c5d6dec0f37df3158ce2ce5083bd73e17a7 /src/decoder_list.c
parentcd6182862a3a9cab9aeb57e92fd027f9292d529b (diff)
configure.ac: renamed --enable-mod to --enable-mikmod
Diffstat (limited to 'src/decoder_list.c')
-rw-r--r--src/decoder_list.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decoder_list.c b/src/decoder_list.c
index 8ae26824..6e5c8cfd 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