Commit 2a1c08c3 authored by Rusty Russell's avatar Rusty Russell

Stephen: "It's portaudio, not libvorbis that needs version >= 19."

parent e3075394
......@@ -33,7 +33,7 @@ int main(int argc, char *argv[])
return 1;
if (strcmp(argv[1], "depends") == 0) {
printf("libvorbis >=19\n");
printf("libvorbis\n");
return 0;
}
......
......@@ -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;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment