]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - afh_common.c
build: Convert speex detection to new macros.
[paraslash.git] / afh_common.c
index f77880ba83a16527b671d76d5137b1bd801a9a70..b23ca97bd62b5db2371f11c5b2364f9e396a32c6 100644 (file)
@@ -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
        },