[Scummvm-cvs-logs] CVS: tools Makefile.mingw,1.18,1.19 extract-common.c,1.12,1.13

Travis Howell kirben at users.sourceforge.net
Tue Oct 12 17:20:15 CEST 2004


Update of /cvsroot/scummvm/tools
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13697

Modified Files:
	Makefile.mingw extract-common.c 
Log Message:

Add new tool to mingw MAkefile
Fix minor warning


Index: Makefile.mingw
===================================================================
RCS file: /cvsroot/scummvm/tools/Makefile.mingw,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- Makefile.mingw	20 Sep 2004 02:08:46 -0000	1.18
+++ Makefile.mingw	13 Oct 2004 00:19:39 -0000	1.19
@@ -21,6 +21,7 @@
 	strip saga2mp3.exe -o $(SCUMMVMPATH)/tools/saga2mp3.exe
 	strip simon1decr.exe -o $(SCUMMVMPATH)/tools/simon1decr.exe
 	strip simon2mp3.exe -o $(SCUMMVMPATH)/tools/simon2mp3.exe
+	strip sword1mp3.exe -o $(SCUMMVMPATH)/tools/sword1mp3.exe
 	strip sword2mp3.exe -o $(SCUMMVMPATH)/tools/sword2mp3.exe
 	cp COPYING $(SCUMMVMPATH)/tools/copying.txt
 	cp README $(SCUMMVMPATH)/tools/readme.txt

Index: extract-common.c
===================================================================
RCS file: /cvsroot/scummvm/tools/extract-common.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- extract-common.c	12 Oct 2004 18:49:07 -0000	1.12
+++ extract-common.c	13 Oct 2004 00:19:39 -0000	1.13
@@ -81,7 +81,7 @@
 	}
 }
 
-// todo: check rawAudioType for Flac encoding
+/* TODO: Check rawAudioType for Flac encoding */
 void encodeAudio(const char *inname, bool rawInput, int rawSamplerate, const char *outname, CompressMode compmode) {
 	char fbuf[2048];
 	char *tmp = fbuf;





More information about the Scummvm-git-logs mailing list