]> git.ozlabs.org Git - ccan/blobdiff - ccan/wwviaudio/_info.c
Stephen: "It's portaudio, not libvorbis that needs version >= 19."
[ccan] / ccan / wwviaudio / _info.c
index a25a227359939d476fc462b07143cf158be56b20..84a33276cc4419336fafd0e9ceded732a1e253a0 100644 (file)
@@ -48,7 +48,7 @@ int main(int argc, char *argv[])
        if (strcmp(argv[1], "depends") == 0) {
                printf("ccan/ogg_to_pcm\n"
                       "libvorbis\n"
-                      "portaudio\n");
+                      "portaudio >=19\n");
                return 0;
        }