configure.ac: renamed --enable-oggvorbis to --enable-vorbis

This commit is contained in:
Max Kellermann
2009-04-01 22:45:17 +02:00
parent b914d3f6eb
commit 5242305a90
4 changed files with 23 additions and 23 deletions

View File

@@ -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)