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