From e7ee72a444beaeaa9b52b2b6bf6a8a4c05c64107 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Sun, 25 Oct 2009 00:49:58 +0000 Subject: Add types for TI c6x compiler git-svn-id: http://svn.xiph.org/trunk/ogg@16649 0101bb08-14d6-0310-b084-bc0e0c8e3800 --- include/ogg/os_types.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'include') diff --git a/include/ogg/os_types.h b/include/ogg/os_types.h index 906cf32..4d4315d 100644 --- a/include/ogg/os_types.h +++ b/include/ogg/os_types.h @@ -129,6 +129,15 @@ typedef unsigned int ogg_uint32_t; typedef long long int ogg_int64_t; +#elif defined(__TMS320C6X__) + + /* TI C64x compiler */ + typedef signed short ogg_int16_t; + typedef unsigned short ogg_uint16_t; + typedef signed int ogg_int32_t; + typedef unsigned int ogg_uint32_t; + typedef long long int ogg_int64_t; + #else # include -- cgit v1.2.1