]> 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 b039fae04a6dc42936b3bda49cf2a46cc0897bbe..84a33276cc4419336fafd0e9ceded732a1e253a0 100644 (file)
@@ -47,8 +47,8 @@ int main(int argc, char *argv[])
 
        if (strcmp(argv[1], "depends") == 0) {
                printf("ccan/ogg_to_pcm\n"
-                      "libvorbis >=19\n"
-                      "portaudio\n");
+                      "libvorbis\n"
+                      "portaudio >=19\n");
                return 0;
        }