diff options
Diffstat (limited to 'src')
-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) |