X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=afh_common.c;h=08bcde90697ec251c50ebd58abaf5f7ddf3ecff0;hp=f77880ba83a16527b671d76d5137b1bd801a9a70;hb=9bfd946422ec369c4fd91aa1c674cfb277e8cd9f;hpb=aa95c5c31ea1d990cd02907e5537eef477a539d3 diff --git a/afh_common.c b/afh_common.c index f77880ba..08bcde90 100644 --- a/afh_common.c +++ b/afh_common.c @@ -58,7 +58,7 @@ static struct audio_format_handler afl[] = { }, { .name = "spx", -#ifdef HAVE_SPEEX +#if defined(HAVE_OGG) && defined(HAVE_SPEEX) .init = spx_afh_init, #endif }, @@ -70,7 +70,7 @@ static struct audio_format_handler afl[] = { }, { .name = "opus", -#ifdef HAVE_OPUS +#if defined(HAVE_OGG) && defined(HAVE_OPUS) .init = opus_afh_init, #endif },