[xiph-cvs] cvs commit: ogg/include/ogg os_types.h
Michael Smith
msmith at xiph.org
Fri May 23 02:41:41 PDT 2003
msmith 03/05/23 05:41:41
Modified: include/ogg os_types.h
Log:
PS2 types from "David Etherton" <etherton at rockstarsandiego.com>
Revision Changes Path
1.13 +9 -1 ogg/include/ogg/os_types.h
Index: os_types.h
===================================================================
RCS file: /usr/local/cvsroot/ogg/include/ogg/os_types.h,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- os_types.h 18 Sep 2002 04:42:09 -0000 1.12
+++ os_types.h 23 May 2003 09:41:40 -0000 1.13
@@ -11,7 +11,7 @@
********************************************************************
function: #ifdef jail to whip a few platforms into the UNIX ideal.
- last mod: $Id: os_types.h,v 1.12 2002/09/18 04:42:09 xiphmont Exp $
+ last mod: $Id: os_types.h,v 1.13 2003/05/23 09:41:40 msmith Exp $
********************************************************************/
#ifndef _OS_TYPES_H
@@ -79,6 +79,14 @@
typedef int ogg_int32_t;
typedef unsigned int ogg_uint32_t;
typedef long long ogg_int64_t;
+
+#elif defined(R5900)
+
+ /* PS2 EE */
+ typedef long ogg_int64_t;
+ typedef int ogg_int32_t;
+ typedef unsigned ogg_uint32_t;
+ typedef short ogg_int16_t;
#else
<p><p>--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the commits
mailing list