summaryrefslogtreecommitdiff
path: root/core/multimedia/opieplayer/vorbis/tremor/config_types.h
Unidiff
Diffstat (limited to 'core/multimedia/opieplayer/vorbis/tremor/config_types.h') (more/less context) (show whitespace changes)
-rw-r--r--core/multimedia/opieplayer/vorbis/tremor/config_types.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/core/multimedia/opieplayer/vorbis/tremor/config_types.h b/core/multimedia/opieplayer/vorbis/tremor/config_types.h
new file mode 100644
index 0000000..1fdcb27
--- a/dev/null
+++ b/core/multimedia/opieplayer/vorbis/tremor/config_types.h
@@ -0,0 +1,25 @@
1/********************************************************************
2 * *
3 * THIS FILE IS PART OF THE OggVorbis 'TREMOR' CODEC SOURCE CODE. *
4 * *
5 * USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS *
6 * GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
7 * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
8 * *
9 * THE OggVorbis 'TREMOR' SOURCE CODE IS (C) COPYRIGHT 1994-2002 *
10 * BY THE Xiph.Org FOUNDATION http://www.xiph.org/ *
11 * *
12 ********************************************************************
13
14 function: #ifdef jail to whip a few platforms into the UNIX ideal.
15
16 ********************************************************************/
17#ifndef _OS_CVTYPES_H
18#define _OS_CVTYPES_H
19
20typedef long long ogg_int64_t;
21typedef int ogg_int32_t;
22typedef unsigned int ogg_uint32_t;
23typedef short ogg_int16_t;
24
25#endif