]> git.ozlabs.org Git - ccan/blobdiff - ccan/ogg_to_pcm/_info.c
Stephen: "It's portaudio, not libvorbis that needs version >= 19."
[ccan] / ccan / ogg_to_pcm / _info.c
index 2a5655ae73b12712d1e58606d623efcd49487c6f..48d4da88beb8148ab2d8129a9fe7c7d8285b43c1 100644 (file)
@@ -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;
        }