X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=afh_common.c;h=b1f8b25dd5726bbf887f0f4bca481f59937371fc;hb=6fc2a2c87ba41ed207aa36e9818819cf28c70db1;hp=7947a66519f8dba3784257bcce6669942d4fa9ad;hpb=5e12f77a5b2a76c8a6f19a96958e0992962573db;p=paraslash.git diff --git a/afh_common.c b/afh_common.c index 7947a665..b1f8b25d 100644 --- a/afh_common.c +++ b/afh_common.c @@ -48,7 +48,7 @@ static struct audio_format_handler afl[] = { }, { .name = "aac", -#ifdef HAVE_FAAD +#if defined(HAVE_MP4V2) .init = aac_afh_init, #endif }, @@ -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 },