From 5242305a900fb0bd195e6a9fca3b998f7e7c956f Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 1 Apr 2009 22:45:17 +0200 Subject: configure.ac: renamed --enable-oggvorbis to --enable-vorbis --- src/decoder_list.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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) -- cgit v1.2.3