]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - afh_common.c
manual: Improve section on Doxygen.
[paraslash.git] / afh_common.c
index 7947a66519f8dba3784257bcce6669942d4fa9ad..b1f8b25dd5726bbf887f0f4bca481f59937371fc 100644 (file)
@@ -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
        },