]> git.ozlabs.org Git - ccan/blobdiff - ccan/ogg_to_pcm/_info.c
Allow things without test/ dirs to be modules.
[ccan] / ccan / ogg_to_pcm / _info.c
index 48d4da88beb8148ab2d8129a9fe7c7d8285b43c1..2a5655ae73b12712d1e58606d623efcd49487c6f 100644 (file)
@@ -33,7 +33,7 @@ int main(int argc, char *argv[])
                return 1;
 
        if (strcmp(argv[1], "depends") == 0) {
-               printf("libvorbis\n");
+               printf("libvorbis >=19\n");
                return 0;
        }