[Scummvm-cvs-logs] CVS: scummvm/backends intern.h,1.6,1.7
Nicolas Bacca
arisme at users.sourceforge.net
Mon Jan 26 12:46:53 CET 2004
Update of /cvsroot/scummvm/scummvm/backends
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11547
Modified Files:
intern.h
Log Message:
Add SAMPLES_PER_SEC for CE in order to compile sdl-common
Index: intern.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/intern.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- intern.h 20 Jan 2004 13:50:43 -0000 1.6
+++ intern.h 26 Jan 2004 07:57:25 -0000 1.7
@@ -39,6 +39,7 @@
#ifdef _WIN32_WCE
+#define SAMPLES_PER_SEC 22050
#define SAMPLES_PER_SEC_OLD 11025
#define SAMPLES_PER_SEC_NEW 22050
#else
More information about the Scummvm-git-logs
mailing list