]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - afh_common.c
Merge branch 'refs/heads/t/com_ls_compat'
[paraslash.git] / afh_common.c
index 08bcde90697ec251c50ebd58abaf5f7ddf3ecff0..eb0813df1cb10d16512fd6a863d7c50cb24cba43 100644 (file)
@@ -64,7 +64,7 @@ static struct audio_format_handler afl[] = {
        },
        {
                .name = "flac",
-#ifdef HAVE_FLAC
+#if defined(HAVE_OGG) && defined(HAVE_FLAC)
                .init = flac_afh_init,
 #endif
        },