]> git.ozlabs.org Git - ccan/blobdiff - ccan/ogg_to_pcm/_info.c
New module wwviaudio.
[ccan] / ccan / ogg_to_pcm / _info.c
index bf023c8b81b7bdf2af1f54fca6121d061aaec236..48d4da88beb8148ab2d8129a9fe7c7d8285b43c1 100644 (file)
@@ -32,8 +32,10 @@ int main(int argc, char *argv[])
        if (argc != 2)
                return 1;
 
-       if (strcmp(argv[1], "depends") == 0)
+       if (strcmp(argv[1], "depends") == 0) {
+               printf("libvorbis\n");
                return 0;
+       }
 
        if (strcmp(argv[1], "libs") == 0) {
                printf("vorbisfile\n");