diff options
author | Max Kellermann <max@duempel.org> | 2009-04-01 22:45:17 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-04-01 22:45:17 +0200 |
commit | 5242305a900fb0bd195e6a9fca3b998f7e7c956f (patch) | |
tree | 4cefcfbbaec7e470f374c06b591372300e789ffd /src | |
parent | b914d3f6eb88e9efdf5f977e41f71bf76ef2b0d8 (diff) | |
download | mpd-5242305a900fb0bd195e6a9fca3b998f7e7c956f.tar.gz mpd-5242305a900fb0bd195e6a9fca3b998f7e7c956f.tar.xz mpd-5242305a900fb0bd195e6a9fca3b998f7e7c956f.zip |
configure.ac: renamed --enable-oggvorbis to --enable-vorbis
Diffstat (limited to '')
-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 8422db2df..8ae268241 100644 --- a/src/decoder_list.c +++ b/src/decoder_list.c @@ -47,7 +47,7 @@ static const struct decoder_plugin *const decoder_plugins[] = { #ifdef HAVE_MAD &mad_decoder_plugin, #endif -#ifdef HAVE_OGGVORBIS +#ifdef ENABLE_VORBIS_DECODER &vorbis_decoder_plugin, #endif #if defined(HAVE_FLAC) || defined(HAVE_OGGFLAC) |