diff options
author | Max Kellermann <max@duempel.org> | 2009-04-01 22:48:06 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-04-01 22:48:06 +0200 |
commit | a7685780ede43fc079d04c8d748a44e0ac7bf80e (patch) | |
tree | 12e24c5d6dec0f37df3158ce2ce5083bd73e17a7 /src/decoder_list.c | |
parent | cd6182862a3a9cab9aeb57e92fd027f9292d529b (diff) | |
download | mpd-a7685780ede43fc079d04c8d748a44e0ac7bf80e.tar.gz mpd-a7685780ede43fc079d04c8d748a44e0ac7bf80e.tar.xz mpd-a7685780ede43fc079d04c8d748a44e0ac7bf80e.zip |
configure.ac: renamed --enable-mod to --enable-mikmod
Diffstat (limited to 'src/decoder_list.c')
-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 |