]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - afh_common.c
Merge branch 'refs/heads/t/audiod_acl'
[paraslash.git] / afh_common.c
index b23ca97bd62b5db2371f11c5b2364f9e396a32c6..08bcde90697ec251c50ebd58abaf5f7ddf3ecff0 100644 (file)
@@ -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
        },