X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=afh_common.c;h=eb0813df1cb10d16512fd6a863d7c50cb24cba43;hb=0d6d325723b96bb227dfccc39196db4aa7d31ce1;hp=08bcde90697ec251c50ebd58abaf5f7ddf3ecff0;hpb=6e0b28e02a1013c019a3225e922b71f913bfbae4;p=paraslash.git diff --git a/afh_common.c b/afh_common.c index 08bcde90..eb0813df 100644 --- a/afh_common.c +++ b/afh_common.c @@ -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 },