From aedba5ff4862683d190b50e997596bf83d384684 Mon Sep 17 00:00:00 2001 From: Gloria Wang Date: Fri, 5 Feb 2010 18:52:38 -0800 Subject: Revert "Replace Tremor with Tremolo (an ARM optimised version of the Tremor library for doing Ogg Vorbis decompression)" This reverts commit 0f6f2525f7b19c7de18bafe464b5ced1c714430a. --- Tremolo/config_types.h | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 Tremolo/config_types.h (limited to 'Tremolo/config_types.h') diff --git a/Tremolo/config_types.h b/Tremolo/config_types.h deleted file mode 100644 index 4f07a03..0000000 --- a/Tremolo/config_types.h +++ /dev/null @@ -1,26 +0,0 @@ -/******************************************************************** - * * - * THIS FILE IS PART OF THE OggVorbis 'TREMOR' CODEC SOURCE CODE. * - * * - * USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS * - * GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE * - * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. * - * * - * THE OggVorbis 'TREMOR' SOURCE CODE IS (C) COPYRIGHT 1994-2002 * - * BY THE Xiph.Org FOUNDATION http://www.xiph.org/ * - * * - ******************************************************************** - - 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; -typedef unsigned short ogg_uint16_t; - -#endif -- cgit v1.1