X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=afh_common.c;h=31e4f4ec78740a74d8e73adef903b45226a5d5fe;hp=7947a66519f8dba3784257bcce6669942d4fa9ad;hb=87f0cdf5e33cd50af029c6f79ca8fab943490209;hpb=741c19c2a25c5d9e165cb99f7ff512209b7bade6;ds=sidebyside diff --git a/afh_common.c b/afh_common.c index 7947a665..31e4f4ec 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 },