[Scummvm-cvs-logs] CVS: scummvm/common scummsys.h,1.6,1.7

Jonathan Gray khalek at users.sourceforge.net
Sat Oct 26 18:13:02 CEST 2002


Update of /cvsroot/scummvm/scummvm/common
In directory usw-pr-cvs1:/tmp/cvs-serv31536/common

Modified Files:
	scummsys.h 
Log Message:
patch #628997 support for ogg vorbis instead of cd tracks by Daniel Schepler. Uncomment the relevant lines in the makefile to use

Index: scummsys.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/scummsys.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- scummsys.h	23 Oct 2002 14:02:45 -0000	1.6
+++ scummsys.h	27 Oct 2002 01:12:08 -0000	1.7
@@ -31,6 +31,10 @@
 const bool true(1), false(0);
 #endif  /*  HAVE_NO_BOOL  */
 
+#if defined(USE_MAD) || defined(USE_VORBIS)
+#define COMPRESSED_SOUND_FILE
+#endif
+
 #if defined(_MSC_VER)
   
   //#pragma warning (disable: 4244)





More information about the Scummvm-git-logs mailing list