aboutsummaryrefslogtreecommitdiff
path: root/src/decoder_list.c
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-04-01 22:45:17 +0200
committerMax Kellermann <max@duempel.org>2009-04-01 22:45:17 +0200
commit5242305a900fb0bd195e6a9fca3b998f7e7c956f (patch)
tree4cefcfbbaec7e470f374c06b591372300e789ffd /src/decoder_list.c
parentb914d3f6eb88e9efdf5f977e41f71bf76ef2b0d8 (diff)
configure.ac: renamed --enable-oggvorbis to --enable-vorbis
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 8422db2d..8ae26824 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)