aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 1dfb54255..c7f66289f 100644
--- a/src/decoder_list.c
+++ b/src/decoder_list.c
@@ -40,7 +40,7 @@ static const struct decoder_plugin *const decoder_plugins[] = {
#ifdef HAVE_OGGVORBIS
&oggvorbisPlugin,
#endif
-#ifdef HAVE_FLAC_COMMON
+#if defined(HAVE_FLAC) || defined(HAVE_OGGFLAC)
&oggflacPlugin,
#endif
#ifdef HAVE_FLAC