From 56fbebdcf71ea7c8e64cb18ac3a78e5834134fa3 Mon Sep 17 00:00:00 2001 From: Monty Date: Mon, 2 Sep 2002 22:13:55 +0000 Subject: Put root level of Tremor in CVS git-svn-id: https://svn.xiph.org/trunk/Tremor@3890 0101bb08-14d6-0310-b084-bc0e0c8e3800 --- config_types.h | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 config_types.h (limited to 'config_types.h') diff --git a/config_types.h b/config_types.h new file mode 100644 index 0000000..1171ecd --- /dev/null +++ b/config_types.h @@ -0,0 +1,22 @@ +/******************************************************************** + * * + * THIS FILE IS PART OF THE OggVorbis 'TREMOR' CODEC SOURCE CODE. * + * * + * THE OggVorbis 'TREMOR' SOURCE CODE IS (C) COPYRIGHT 1994-2002 * + * BY THE Xiph.Org FOUNDATION http://www.xiph.org/ * + * ALL REDISTRIBUTION RIGHTS RESERVED. * + * * + ******************************************************************** + + function: #ifdef jail to whip a few platforms into the UNIX ideal. + + ********************************************************************/ +#ifndef _OS_CVTYPES_H +#define _OS_CVTYPES_H + +typedef long long ogg_int64_t; +typedef int ogg_int32_t; +typedef unsigned int ogg_uint32_t; +typedef short ogg_int16_t; + +#endif -- cgit v1.2.1