oslibs: recompile ogg and vorbis codecs from latest and greatest

git-svn-id: svn://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@924 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
Ozkan Sezer 2014-06-25 17:00:34 +00:00
parent dddbc1ce1b
commit 8361284ff4
13 changed files with 11 additions and 13 deletions

View file

@ -16,10 +16,10 @@
# include <sys/types.h>
#endif
typedef short ogg_int16_t;
typedef unsigned short ogg_uint16_t;
typedef int ogg_int32_t;
typedef unsigned int ogg_uint32_t;
typedef long long ogg_int64_t;
typedef int16_t ogg_int16_t;
typedef uint16_t ogg_uint16_t;
typedef int32_t ogg_int32_t;
typedef uint32_t ogg_uint32_t;
typedef int64_t ogg_int64_t;
#endif

View file

@ -11,7 +11,7 @@
********************************************************************
function: #ifdef jail to whip a few platforms into the UNIX ideal.
last mod: $Id: os_types.h 17712 2010-12-03 17:10:02Z xiphmont $
last mod: $Id: os_types.h 19098 2014-02-26 19:06:45Z giles $
********************************************************************/
#ifndef _OS_TYPES_H
@ -24,7 +24,7 @@
#define _ogg_realloc realloc
#define _ogg_free free
#if defined(_WIN32)
#if defined(_WIN32)
# if defined(__CYGWIN__)
# include <stdint.h>

Binary file not shown.

Binary file not shown.

View file

@ -2,10 +2,8 @@
#define __CONFIG_TYPES_H__
/* these are filled in by configure */
#ifndef _MSC_VER
#define INCLUDE_INTTYPES_H 1
#define INCLUDE_STDINT_H 1
#endif /* !MSVC */
#define INCLUDE_INTTYPES_H 0
#define INCLUDE_STDINT_H 0
#define INCLUDE_SYS_TYPES_H 1
#if INCLUDE_INTTYPES_H

View file

@ -11,7 +11,7 @@
********************************************************************
function: #ifdef jail to whip a few platforms into the UNIX ideal.
last mod: $Id: os_types.h 17712 2010-12-03 17:10:02Z xiphmont $
last mod: $Id: os_types.h 19098 2014-02-26 19:06:45Z giles $
********************************************************************/
#ifndef _OS_TYPES_H
@ -24,7 +24,7 @@
#define _ogg_realloc realloc
#define _ogg_free free
#if defined(_WIN32)
#if defined(_WIN32)
# if defined(__CYGWIN__)
# include <stdint.h>

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.