[Scummvm-cvs-logs] CVS: tools simon2mp3.c,1.28,1.29

Travis Howell kirben at users.sourceforge.net
Sat Jan 17 04:57:02 CET 2004


Update of /cvsroot/scummvm/tools
In directory sc8-pr-cvs1:/tmp/cvs-serv326

Modified Files:
	simon2mp3.c 
Log Message:

Remove warning


Index: simon2mp3.c
===================================================================
RCS file: /cvsroot/scummvm/tools/simon2mp3.c,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- simon2mp3.c	21 Dec 2003 16:23:34 -0000	1.28
+++ simon2mp3.c	17 Jan 2004 12:56:10 -0000	1.29
@@ -135,7 +135,7 @@
 	printf("\nUsage: %s <params> [<file> | mac]\n", exename);
 	printf("\nParams:\n");
 	printf("--mp3        encode to MP3 format (default)\n");
-	printf("--vorbis     encode to Vorbis format (not yet implemented)\n");
+	printf("--vorbis     encode to Vorbis format\n");
 	printf("(If one of these is specified, it must be the first parameter.)\n");
 	printf("\nMP3 mode params:\n");
 	printf("-b <rate>    <rate> is the target bitrate(ABR)/minimal bitrate(VBR) (default:%i)\n", minBitrDef);





More information about the Scummvm-git-logs mailing list